Skip to content

TestSessionLabelProviderCustom shows JUnit 5 TestTemplate poorly #18

Open
@trancexpress

Description

@trancexpress

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:

junit_view_repeated_test_bad

If I remove the plugin org.eclipse.jdt.junit.runners, the view looks better / more usable:

junit_view_repeated_test_good

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions