Uses of Interface
org.testng.ITestClass

Packages that use ITestClass
org.testng   
org.testng.junit   
 

Uses of ITestClass in org.testng
 

Methods in org.testng that return ITestClass
 ITestClass ITestNGMethod.getTestClass()
           
 

Methods in org.testng that return types with arguments of type ITestClass
 Map<ITestClass,Set<Object>> ClassMethodMap.getInvokedAfterClassMethods()
           
 Map<ITestClass,Set<Object>> ClassMethodMap.getInvokedBeforeClassMethods()
           
 Collection<ITestClass> TestRunner.getTestClasses()
           
 

Methods in org.testng with parameters of type ITestClass
 void ITestNGMethod.setTestClass(ITestClass cls)
          Sets the test class having this method.
 

Uses of ITestClass in org.testng.junit
 

Classes in org.testng.junit that implement ITestClass
 class JUnit3TestClass
           
 class JUnit4TestClass
           
 class JUnitTestClass
           
 



Copyright © 2015. All Rights Reserved.