Uses of Interface
org.testng.junit.IJUnitTestRunner
-
Packages that use IJUnitTestRunner Package Description org.testng.internal org.testng.junit -
-
Uses of IJUnitTestRunner in org.testng.internal
Methods in org.testng.internal that return IJUnitTestRunner Modifier and Type Method Description static IJUnitTestRunner
ClassHelper. createTestRunner(TestRunner runner)
Deprecated.- This method is deprecated as of TestNG 7.0.0 -
Uses of IJUnitTestRunner in org.testng.junit
Classes in org.testng.junit that implement IJUnitTestRunner Modifier and Type Class Description class
JUnit4TestRunner
A JUnit TestRunner that records/triggers all information/events necessary to TestNG.class
JUnitTestRunner
A JUnit TestRunner that records/triggers all information/events necessary to TestNG.Methods in org.testng.junit that return IJUnitTestRunner Modifier and Type Method Description static IJUnitTestRunner
IJUnitTestRunner. createTestRunner(TestRunner runner)
-