Uses of Interface
org.testng.IClass
Packages that use IClass
Package
Description
-
Uses of IClass in org.testng
Subinterfaces of IClass in org.testngModifier and TypeInterfaceDescriptioninterface
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 IClassModifier and TypeMethodDescriptionIClass[]
ITestClassFinder.findTestClasses()
Return the IClass for a given classITestResult.getTestClass()
Methods in org.testng with parameters of type IClass -
Uses of IClass in org.testng.internal
Classes in org.testng.internal that implement IClassModifier and TypeClassDescriptionclass
Implementation of an IClass.class
Methods in org.testng.internal that return IClassModifier and TypeMethodDescriptionprotected IClass
BaseClassFinder.findOrCreateIClass
(ITestContext context, Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) IClass[]
BaseClassFinder.findTestClasses()
TestResult.getTestClass()
Methods in org.testng.internal with parameters of type IClassModifier and TypeMethodDescriptionboolean
BaseTestMethod.canRunFromClass
(IClass testClass) boolean
ClonedMethod.canRunFromClass
(IClass testClass) boolean
LiteWeightTestNGMethod.canRunFromClass
(IClass testClass) boolean
WrappedTestNGMethod.canRunFromClass
(IClass testClass) protected void
Constructor parameters in org.testng.internal with type arguments of type IClassModifierConstructorDescriptionClassImpl
(ITestContext context, Class<?> cls, XmlClass xmlClass, IObject.IdentifiableObject instance, Map<Class<?>, IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) -
Uses of IClass in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return IClassMethods in org.testng.internal.invokers with parameters of type IClassModifier and TypeMethodDescriptionConfigMethodArguments.Builder.forTestClass
(IClass testClass) boolean
IConfigInvoker.hasConfigurationFailureFor
(ITestNGMethod testNGMethod, String[] groups, IClass testClass, Object instance) boolean
IConfigInvoker.hasConfigurationFailureFor
(ITestNGMethod configMethod, ITestNGMethod testNGMethod, String[] groups, IClass testClass, 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 IClassMethods in org.testng.internal.objects.pojo that return types with arguments of type IClassMethod parameters in org.testng.internal.objects.pojo with type arguments of type IClassModifier and TypeMethodDescriptionvoid
DetailedAttributes.setClasses
(Map<Class<?>, IClass> classes) Constructors in org.testng.internal.objects.pojo with parameters of type IClass