Package org.testng.junit
Class JUnit4TestClass
java.lang.Object
org.testng.junit.JUnitTestClass
org.testng.junit.JUnit4TestClass
- All Implemented Interfaces:
IClass
,ITestClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Class<?>
descriptionToClass
(org.junit.runner.Description test) 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, getXmlTest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.testng.IClass
getInstances
-
Constructor Details
-
JUnit4TestClass
public JUnit4TestClass(org.junit.runner.Description test)
-
-
Method Details
-
descriptionToClass
-