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 IJUnitTestRunnerClassHelper. createTestRunner(TestRunner runner) -
Uses of IJUnitTestRunner in org.testng.junit
Classes in org.testng.junit that implement IJUnitTestRunner Modifier and Type Class Description classJUnit4TestRunnerA JUnit TestRunner that records/triggers all information/events necessary to TestNG.classJUnitTestRunnerA JUnit TestRunner that records/triggers all information/events necessary to TestNG.
-