Uses of Interface
org.testng.junit.JUnitTestRecognizer
-
Packages that use JUnitTestRecognizer Package Description org.testng.junit -
-
Uses of JUnitTestRecognizer in org.testng.junit
Classes in org.testng.junit that implement JUnitTestRecognizer Modifier and Type Class Description class
JUnit3TestRecognizer
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
class
JUnit4TestRecognizer
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
Fields in org.testng.junit declared as JUnitTestRecognizer Modifier and Type Field Description private static JUnitTestRecognizer
JUnitTestFinder. junit3
Deprecated.private static JUnitTestRecognizer
JUnitTestFinder. junit4
Deprecated.Methods in org.testng.junit that return JUnitTestRecognizer Modifier and Type Method Description private static JUnitTestRecognizer
JUnitTestFinder. getJUnitTestRecognizer(java.lang.String test, java.lang.String name)
Deprecated.
-