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 TypeInterfaceDescriptioninterfaceThis 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 IClassModifier and TypeMethodDescriptionbooleanITestNGMethod.canRunFromClass(IClass testClass) com.google.inject.InjectorITestContext.getInjector(IClass iClass) Deprecated.com.google.inject.InjectorTestRunner.getInjector(IClass iClass) -
Uses of IClass in org.testng.internal
Classes in org.testng.internal that implement IClassModifier and TypeClassDescriptionclassImplementation of an IClass.classMethods in org.testng.internal that return IClassModifier and TypeMethodDescriptionprotected IClassBaseClassFinder.findOrCreateIClass(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) IClass[]BaseClassFinder.findTestClasses()protected IClassBaseTestMethod.getIClass()ConfigMethodArguments.getTestClass()TestResult.getTestClass()Methods in org.testng.internal with parameters of type IClassModifier and TypeMethodDescriptionbooleanBaseTestMethod.canRunFromClass(IClass testClass) booleanClonedMethod.canRunFromClass(IClass testClass) booleanLiteWeightTestNGMethod.canRunFromClass(IClass testClass) booleanWrappedTestNGMethod.canRunFromClass(IClass testClass) ConfigMethodArguments.Builder.forTestClass(IClass testClass) booleanIConfigInvoker.hasConfigurationFailureFor(ITestNGMethod testNGMethod, String[] groups, IClass testClass, Object instance) protected voidvoidConfigMethodArguments.setTestClass(IClass testClass) Method parameters in org.testng.internal with type arguments of type IClassModifier and TypeMethodDescriptionstatic ObjectInstanceCreator.createInstance(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) static ObjectInstanceCreator.createInstanceUsingObjectFactory(Class<?> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory factory, boolean create, String errorMsgPrefix) Constructor parameters in org.testng.internal with type arguments of type IClassModifierConstructorDescriptionClassImpl(ITestContext context, Class<?> cls, XmlClass xmlClass, Object instance, Map<Class<?>, IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) -
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 TypeMethodDescriptionvoidDetailedAttributes.setClasses(Map<Class<?>, IClass> classes) Constructors in org.testng.internal.objects.pojo with parameters of type IClass -
Uses of IClass in org.testng.junit
Classes in org.testng.junit that implement IClassModifier and TypeClassDescriptionclassclassclass