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 TypeClassDescriptionclassDeprecated.classDeprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0Constructors 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.protectedJUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, String methodName, ConstructorOrMethod method, Object instance) Deprecated.protectedJUnitTestMethod(ITestObjectFactory objectFactory, JUnitTestClass owner, ConstructorOrMethod method, Object instance) Deprecated.
7.7.0