Files
openide/java/java-tests/testData/junit/configurations/module1/test1/DerivedTest.java
Anna Kozlova 452f640787 junit: skip inner classes for known runners in test detection (IDEA-185621)
replace mock junit with project library
2018-01-26 16:38:13 +03:00

4 lines
67 B
Java

package test1;
public class DerivedTest extends ThirdPartyTest {
}