Package org.testng.junit
Class JUnit4TestClass
java.lang.Object
org.testng.junit.JUnitTestClass
org.testng.junit.JUnit4TestClass
- All Implemented Interfaces:
IClass,ITestClass
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Class<?> descriptionToClass(org.junit.runner.Description test) Deprecated.Methods inherited from class org.testng.junit.JUnitTestClass
addInstance, getAfterClassMethods, getAfterGroupsMethods, getAfterSuiteMethods, getAfterTestConfigurationMethods, getAfterTestMethods, getBeforeClassMethods, getBeforeGroupsMethods, getBeforeSuiteMethods, getBeforeTestConfigurationMethods, getBeforeTestMethods, getInstanceHashCodes, getInstances, getName, getRealClass, getTestMethodList, getTestMethods, getTestName, getXmlClass, getXmlTestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.IClass
getInstances
-
Constructor Details
-
JUnit4TestClass
public JUnit4TestClass(org.junit.runner.Description test) Deprecated.
-
-
Method Details
-
descriptionToClass
Deprecated.
-
7.7.0