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(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, ITestMethodFinder testMethodFinder, org.testng.internal.annotations.IAnnotationFinder annotationFinder, org.testng.internal.RunInfo runInfo, XmlTest xmlTest, XmlClass xmlClass)
           
 

Uses of IClass in org.testng.internal
 

Classes in org.testng.internal that implement IClass
 class org.testng.internal.NoOpTestClass
           
 

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.