Package org.testng.junit
Class JUnit4TestClass
java.lang.Object
org.testng.junit.JUnitTestClass
org.testng.junit.JUnit4TestClass
- All Implemented Interfaces:
IClass,ITestClass
- Author:
- lukas
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.testng.junit.JUnitTestClass
addInstance, getAfterClassMethods, getAfterGroupsMethods, getAfterSuiteMethods, getAfterTestConfigurationMethods, getAfterTestMethods, getBeforeClassMethods, getBeforeGroupsMethods, getBeforeSuiteMethods, getBeforeTestConfigurationMethods, getBeforeTestMethods, getInstanceHashCodes, getInstances, getName, getRealClass, 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)
-