Open
Description
A test like this:
public class TestTemplatesJunit5 {
@RepeatedTest(value = 2)
public void test1() throws Exception {
Thread.sleep(500);
}
@RepeatedTest(value = 2)
public void test2() throws Exception {
Thread.sleep(500);
}
}
Is shown by the JUnit view like this:
If I remove the plugin org.eclipse.jdt.junit.runners
, the view looks better / more usable:
Metadata
Metadata
Assignees
Labels
No labels