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
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
class
JUnit4TestClass
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
Constructors in org.testng.junit with parameters of type JUnitTestClass Constructor Description JUnit3TestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, junit.framework.Test test)
Deprecated.JUnit4TestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, org.junit.runner.Description desc)
Deprecated.JUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, java.lang.String methodName, ConstructorOrMethod method, java.lang.Object instance)
Deprecated.JUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, ConstructorOrMethod method, java.lang.Object instance)
Deprecated.
-