Uses of Interface
org.testng.IClass

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

Uses of IClass in org.testng
 

Subinterfaces of IClass in org.testng
 interface ITestClass
          This class represents a test class: The test methods The configuration methods (test and method) The class file Note that the methods returned by instances of this class are expected to be correct at runtime.
 

Classes in org.testng that implement IClass
 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 IClass
 IClass[] ITestClassFinder.findTestClasses()
           
 IClass ITestClassFinder.getIClass(java.lang.Class cls)
          Return the IClass for a given class
 IClass ITestResult.getTestClass()
           
 

Methods in org.testng with parameters of type IClass
 boolean ITestNGMethod.canRunFromClass(IClass testClass)
          Returns if this ITestNGMethod can be invoked from within IClass.
 

Constructors in org.testng with parameters of type IClass
TestClass(IClass cls, java.lang.String testName, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, RunInfo runInfo)
           
TestClass(IClass cls, TestClass tc)
           
 

Uses of IClass in org.testng.internal
 

Classes in org.testng.internal that implement IClass
 class ClassImpl
          Implementation of an IClass.
 class NoOpTestClass
          This class/interface
 

Methods in org.testng.internal that return IClass
protected  IClass BaseClassFinder.findOrCreateIClass(java.lang.Class cls, java.lang.Object instance, XmlTest xmlTest, IAnnotationFinder annotationFinder, IObjectFactory objectFactory)
           
 IClass[] BaseClassFinder.findTestClasses()
           
protected  IClass BaseTestMethod.getIClass()
          TODO cquezel JavaDoc.
 IClass BaseClassFinder.getIClass(java.lang.Class cls)
           
 IClass TestResult.getTestClass()
           
 

Methods in org.testng.internal with parameters of type IClass
 boolean BaseTestMethod.canRunFromClass(IClass testClass)
          Returns if this ITestNGMethod can be invoked from within IClass.
 void IInvoker.invokeConfigurations(IClass testClass, ITestNGMethod[] allMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.Object instance)
          Invoke configuration methods if they belong to the same TestClass passed in parameter..
 void Invoker.invokeConfigurations(IClass testClass, ITestNGMethod[] allMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> params, java.lang.Object instance)
          Invoke configuration methods if they belong to the same TestClass passed in parameter..
protected  void BaseClassFinder.putIClass(java.lang.Class cls, IClass iClass)
           
 void TestResult.setTestClass(IClass testClass)
           
 

Method parameters in org.testng.internal with type arguments of type IClass
static java.lang.Object ClassHelper.createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory objectFactory)
          Create an instance for the given class.
 

Constructors in org.testng.internal with parameters of type IClass
TestResult(IClass testClass, java.lang.Object instance, ITestNGMethod method, java.lang.Throwable throwable, long start, long end)
           
 

Constructor parameters in org.testng.internal with type arguments of type IClass
ClassImpl(java.lang.Class cls, java.lang.Object instance, java.util.Map<java.lang.Class,IClass> classes, XmlTest xmlTest, IAnnotationFinder annotationFinder, IObjectFactory objectFactory)
           
 

Uses of IClass in org.testng.junit
 

Classes in org.testng.junit that implement IClass
static class JUnitUtils.JUnitTestClass
          An ITestClass implementation for test methods in JUnit.
 

Methods in org.testng.junit with parameters of type IClass
 boolean JUnitUtils.JUnitTestMethod.canRunFromClass(IClass testClass)
           
 



Copyright © 2010. All Rights Reserved.