Files
openide/java/java-tests/testData/junit/configurations/module1/test1/ThirdPartyTest.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

3 lines
88 B
Java

package test1;
import junit.framework.*;
public class ThirdPartyTest extends TestCase {}