Uses of Class
org.testng.junit.JUnitTestClass
-
Packages that use JUnitTestClass Package Description org.testng.junit -
-
Uses of JUnitTestClass in org.testng.junit
Subclasses of JUnitTestClass in org.testng.junit Modifier and Type Class Description class
JUnit3TestClass
class
JUnit4TestClass
Constructors in org.testng.junit with parameters of type JUnitTestClass Constructor Description JUnit3TestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, junit.framework.Test test)
JUnit4TestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, org.junit.runner.Description desc)
JUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, java.lang.String methodName, ConstructorOrMethod method, java.lang.Object instance)
JUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, ConstructorOrMethod method, java.lang.Object instance)
-