History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12236
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Anton Makeev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

JUnit4/JUnit3 problem

Created: 24 Nov 06 18:10   Updated: 24 Nov 06 18:10
Component/s: Unit Testing. JUnit
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
import junit.framework.TestCase;
import org.junit.Test;

public class MyTest extends TestCase {
  @Test
  public void testA() {
    /*pressing SHIFT+CTRL+F10 here causes to execute testB also (or only)*/
  }

  public void testB() {
    assertTrue(false);
  }
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.