Uses of Interface
org.testng.ITestClass

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

Uses of ITestClass in org.testng
 

Classes in org.testng that implement ITestClass
 class TestClass
          This class represents a test class: - The test methods - The configuration methods (test and method) - The class file
 

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

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

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.internal
 

Classes in org.testng.internal that implement ITestClass
 class NoOpTestClass
          This class/interface
 

Fields in org.testng.internal declared as ITestClass
protected  ITestClass BaseTestMethod.m_testClass
          The test class on which the test method was found.
 

Methods in org.testng.internal that return ITestClass
 ITestClass BaseTestMethod.getTestClass()
          
 

Methods in org.testng.internal with parameters of type ITestClass
protected  void TestMethodWorker.invokeAfterClassMethods(ITestClass testClass, IMethodInstance mi)
           
protected  void TestMethodWorker.invokeBeforeClassMethods(ITestClass testClass, IMethodInstance mi)
           
static void MethodHelper.invokeHookable(java.lang.Object instance, java.lang.Object[] parameters, ITestClass testClass, java.lang.reflect.Method thisMethod, TestResult testResult)
          Invokes the run method of the IHookable.
 void BaseTestMethod.setTestClass(ITestClass tc)
          Sets the test class having this method.
 

Method parameters in org.testng.internal with type arguments of type ITestClass
static java.util.Map<java.lang.String,java.util.List<ITestNGMethod>> MethodHelper.findGroupsMethods(java.util.Collection<ITestClass> classes, boolean before)
          Extracts the map of groups and their corresponding methods from the classes.
 

Constructors in org.testng.internal with parameters of type ITestClass
NoOpTestClass(ITestClass testClass)
           
 

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 © 2010. All Rights Reserved.