Package org.testng.junit
Class JUnitTestFinder
- java.lang.Object
-
- org.testng.junit.JUnitTestFinder
-
@Deprecated public final class JUnitTestFinder extends java.lang.Object
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
-
-
Field Summary
Fields Modifier and Type Field Description private static JUnitTestRecognizer
junit3
Deprecated.private static java.lang.String
JUNIT3_FINDER
Deprecated.private static java.lang.String
JUNIT3_TEST
Deprecated.private static JUnitTestRecognizer
junit4
Deprecated.private static java.lang.String
JUNIT4_FINDER
Deprecated.private static java.lang.String
JUNIT4_TEST
Deprecated.
-
Constructor Summary
Constructors Constructor Description JUnitTestFinder()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description private static JUnitTestRecognizer
getJUnitTestRecognizer(java.lang.String test, java.lang.String name)
Deprecated.private static boolean
haveJUnit()
Deprecated.static boolean
isJUnitTest(java.lang.Class c)
Deprecated.
-
-
-
Field Detail
-
JUNIT3_TEST
private static final java.lang.String JUNIT3_TEST
Deprecated.- See Also:
- Constant Field Values
-
JUNIT3_FINDER
private static final java.lang.String JUNIT3_FINDER
Deprecated.- See Also:
- Constant Field Values
-
JUNIT4_TEST
private static final java.lang.String JUNIT4_TEST
Deprecated.- See Also:
- Constant Field Values
-
JUNIT4_FINDER
private static final java.lang.String JUNIT4_FINDER
Deprecated.- See Also:
- Constant Field Values
-
junit3
private static final JUnitTestRecognizer junit3
Deprecated.
-
junit4
private static final JUnitTestRecognizer junit4
Deprecated.
-
-
Method Detail
-
isJUnitTest
public static boolean isJUnitTest(java.lang.Class c)
Deprecated.
-
haveJUnit
private static boolean haveJUnit()
Deprecated.
-
getJUnitTestRecognizer
private static JUnitTestRecognizer getJUnitTestRecognizer(java.lang.String test, java.lang.String name)
Deprecated.
-
-