Uses of Interface
org.testng.IClass
-
Packages that use IClass Package Description org.testng org.testng.internal org.testng.internal.invokers org.testng.internal.objects.pojo -
-
Uses of IClass in org.testng
Subinterfaces of IClass in org.testng Modifier and Type Interface Description 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.Methods in org.testng that return IClass Modifier and Type Method Description IClass[]
ITestClassFinder. findTestClasses()
IClass
ITestClassFinder. getIClass(java.lang.Class<?> cls)
Return the IClass for a given classIClass
ITestResult. getTestClass()
Methods in org.testng with parameters of type IClass Modifier and Type Method Description boolean
ITestNGMethod. canRunFromClass(IClass testClass)
-
Uses of IClass in org.testng.internal
Classes in org.testng.internal that implement IClass Modifier and Type Class Description class
ClassImpl
Implementation of an IClass.class
NoOpTestClass
Methods in org.testng.internal that return IClass Modifier and Type Method Description protected IClass
BaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)
IClass[]
BaseClassFinder. findTestClasses()
IClass
BaseClassFinder. getIClass(java.lang.Class<?> cls)
IClass
TestResult. getTestClass()
Methods in org.testng.internal with parameters of type IClass Modifier and Type Method Description boolean
BaseTestMethod. canRunFromClass(IClass testClass)
boolean
ClonedMethod. canRunFromClass(IClass testClass)
boolean
LiteWeightTestNGMethod. canRunFromClass(IClass testClass)
boolean
WrappedTestNGMethod. canRunFromClass(IClass testClass)
protected void
BaseClassFinder. putIClass(java.lang.Class<?> cls, IClass iClass)
Constructor parameters in org.testng.internal with type arguments of type IClass Constructor Description ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, java.util.Map<java.lang.Class<?>,IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)
-
Uses of IClass in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return IClass Modifier and Type Method Description IClass
ConfigMethodArguments. getTestClass()
Methods in org.testng.internal.invokers with parameters of type IClass Modifier and Type Method Description ConfigMethodArguments.Builder
ConfigMethodArguments.Builder. forTestClass(IClass testClass)
boolean
IConfigInvoker. hasConfigurationFailureFor(ITestNGMethod testNGMethod, java.lang.String[] groups, IClass testClass, java.lang.Object instance)
boolean
IConfigInvoker. hasConfigurationFailureFor(ITestNGMethod configMethod, ITestNGMethod testNGMethod, java.lang.String[] groups, IClass testClass, java.lang.Object instance)
void
ConfigMethodArguments. setTestClass(IClass testClass)
-
Uses of IClass in org.testng.internal.objects.pojo
Methods in org.testng.internal.objects.pojo that return IClass Modifier and Type Method Description IClass
BasicAttributes. getTestClass()
Methods in org.testng.internal.objects.pojo that return types with arguments of type IClass Modifier and Type Method Description java.util.Map<java.lang.Class<?>,IClass>
DetailedAttributes. getClasses()
Method parameters in org.testng.internal.objects.pojo with type arguments of type IClass Modifier and Type Method Description void
DetailedAttributes. setClasses(java.util.Map<java.lang.Class<?>,IClass> classes)
Constructors in org.testng.internal.objects.pojo with parameters of type IClass Constructor Description BasicAttributes(IClass iClass, java.lang.Class<?> clazz)
-