org.testng.junit
Class JUnit4TestClass

java.lang.Object
  extended by org.testng.junit.JUnitTestClass
      extended by org.testng.junit.JUnit4TestClass
All Implemented Interfaces:
Serializable, IClass, ITestClass

public class JUnit4TestClass
extends JUnitTestClass

Author:
lukas
See Also:
Serialized Form

Constructor Summary
JUnit4TestClass(org.junit.runner.Description test)
           
 
Method Summary
 
Methods inherited from class org.testng.junit.JUnitTestClass
addInstance, getAfterClassMethods, getAfterGroupsMethods, getAfterSuiteMethods, getAfterTestConfigurationMethods, getAfterTestMethods, getBeforeClassMethods, getBeforeGroupsMethods, getBeforeSuiteMethods, getBeforeTestConfigurationMethods, getBeforeTestMethods, getInstanceCount, getInstanceHashCodes, getInstances, getName, getRealClass, getTestMethods, getTestName, getXmlClass, getXmlTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit4TestClass

public JUnit4TestClass(org.junit.runner.Description test)


Copyright © 2012. All Rights Reserved.