Package org.testng.junit
Class JUnit3TestClass
java.lang.Object
org.testng.junit.JUnitTestClass
org.testng.junit.JUnit3TestClass
- All Implemented Interfaces:
IClass
,ITestClass
-
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, 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
-
JUnit3TestClass
public JUnit3TestClass(junit.framework.Test test)
-