mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
hide run as testng/junit if corresponding jar can't be found
This commit is contained in:
@@ -42,7 +42,7 @@ import java.util.*;
|
||||
|
||||
@SuppressWarnings({"UtilityClassWithoutPrivateConstructor"})
|
||||
public class JUnitUtil {
|
||||
@NonNls private static final String TESTCASE_CLASS = "junit.framework.TestCase";
|
||||
@NonNls public static final String TESTCASE_CLASS = "junit.framework.TestCase";
|
||||
@NonNls private static final String TEST_INTERFACE = "junit.framework.Test";
|
||||
@NonNls private static final String TESTSUITE_CLASS = "junit.framework.TestSuite";
|
||||
@NonNls private static final String TEST_ANNOTATION = "org.junit.Test";
|
||||
|
||||
Reference in New Issue
Block a user