Community
Participate
Working Groups
One can create a JUnit launch configuration that executes only a single method as a JUnit test. Inspecting the .launch file or looking at the launch configuration through the normal 'run...' launch configuration browser, shows that the method that will be invoked is preserved. Problem: If ANY attribute of the launch configuration is edited, the 'test method' is lost. This can be observed with vmargs, arguments, or even the launch configuration name itself! (You can see the test method name disappear right before your eyes) The test method is truly lost and persisted as an empty string in the .launch file.
Move to JDT/Debug
JDT-UI contributes the JUnit launch config type.
*** This bug has been marked as a duplicate of 70168 ***