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
static class JUnitUtils.JUnitTestClass
          An ITestClass implementation for test methods in JUnit.
 

Methods in org.testng.junit that return ITestClass
 ITestClass JUnitUtils.JUnitTestMethod.getTestClass()
           
 

Methods in org.testng.junit with parameters of type ITestClass
 void JUnitUtils.JUnitTestMethod.setTestClass(ITestClass cls)
           
 



Copyright © 2011. All Rights Reserved.