Uses of Class
org.testng.junit.JUnitTestClass
Packages that use JUnitTestClass
-
Uses of JUnitTestClass in org.testng.junit
Subclasses of JUnitTestClass in org.testng.junitModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
Constructors in org.testng.junit with parameters of type JUnitTestClassModifierConstructorDescriptionJUnit3TestMethod
(ITestObjectFactory objectFactory, JUnitTestClass owner, junit.framework.Test test) Deprecated.JUnit4TestMethod
(ITestObjectFactory objectFactory, JUnitTestClass owner, org.junit.runner.Description desc) Deprecated.protected
JUnitTestMethod
(ITestObjectFactory objectFactory, JUnitTestClass owner, String methodName, ConstructorOrMethod method, Object instance) Deprecated.protected
JUnitTestMethod
(ITestObjectFactory objectFactory, JUnitTestClass owner, ConstructorOrMethod method, Object instance) Deprecated.
7.7.0