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.Classes in org.testng that implement IClassModifier and TypeClassDescription(package private) classThis class represents a test class: - The test methods - The configuration methods (test and method) - The class fileFields in org.testng declared as IClassMethods in org.testng that return IClassModifier and TypeMethodDescriptionIClass[]ITestClassFinder.findTestClasses()Return the IClass for a given classTestClass.getIClass()ITestResult.getTestClass()Methods in org.testng with parameters of type IClassModifier and TypeMethodDescriptionbooleanITestNGMethod.canRunFromClass(IClass testClass) private voidTestClass.init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass) Constructors in org.testng with parameters of type IClassModifierConstructorDescriptionprotectedTestClass(ITestObjectFactory objectFactory, IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, String errorMsgPrefix) -
Uses of IClass in org.testng.internal
Classes in org.testng.internal that implement IClassModifier and TypeClassDescriptionclassImplementation of an IClass.classFields in org.testng.internal with type parameters of type IClassMethods 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()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) private ClassInfoMapTestNGClassFinder.processFactory(IClass ic, ConstructorOrMethod factoryMethod) private voidTestNGClassFinder.processMethod(IConfiguration configuration, IClass ic, ConstructorOrMethod factoryMethod) protected voidConstructor 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.invokers
Fields in org.testng.internal.invokers declared as IClassModifier and TypeFieldDescriptionprivate IClassConfigMethodArguments.Builder.testClassprivate IClassConfigMethodArguments.testClassFields in org.testng.internal.invokers with type parameters of type IClassModifier and TypeFieldDescription(package private) static final BiPredicate<ITestNGMethod, IClass> Invoker.CAN_RUN_FROM_CLASSPredicate to filter methods(package private) static final BiPredicate<ITestNGMethod, IClass> Invoker.SAME_CLASSPredicate to filter methodsMethods in org.testng.internal.invokers that return IClassMethods in org.testng.internal.invokers with parameters of type IClassModifier and TypeMethodDescriptionprivate booleanConfigInvoker.canIgnoreConfigFailure(IClass testClass, ITestNGMethod configMethod) (package private) static ITestNGMethod[]TestNgMethodUtils.filterMethods(IClass testClass, ITestNGMethod[] methods, BiPredicate<ITestNGMethod, IClass> predicate) ConfigMethodArguments.Builder.forTestClass(IClass testClass) ConfigInvoker.getInvocationResults(IClass testClass) booleanConfigInvoker.hasConfigurationFailureFor(ITestNGMethod testNGMethod, String[] groups, IClass testClass, Object instance) booleanConfigInvoker.hasConfigurationFailureFor(ITestNGMethod configMethod, ITestNGMethod testNGMethod, String[] groups, IClass testClass, Object instance) booleanIConfigInvoker.hasConfigurationFailureFor(ITestNGMethod testNGMethod, String[] groups, IClass testClass, Object instance) booleanIConfigInvoker.hasConfigurationFailureFor(ITestNGMethod configMethod, ITestNGMethod testNGMethod, String[] groups, IClass testClass, Object instance) private voidConfigInvoker.recordConfigurationInvocationFailed(ITestNGMethod tm, IClass testClass, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) Record internally the failure of a Configuration, so that we can determine later if @Test should be skipped.voidConfigMethodArguments.setTestClass(IClass testClass) Method parameters in org.testng.internal.invokers with type arguments of type IClassModifier and TypeMethodDescription(package private) static ITestNGMethod[]TestNgMethodUtils.filterAfterTestMethods(ITestClass testClass, BiPredicate<ITestNGMethod, IClass> predicate) (package private) static ITestNGMethod[]TestNgMethodUtils.filterBeforeTestMethods(ITestClass testClass, BiPredicate<ITestNGMethod, IClass> predicate) (package private) static ITestNGMethod[]TestNgMethodUtils.filterMethods(IClass testClass, ITestNGMethod[] methods, BiPredicate<ITestNGMethod, IClass> predicate) Constructors in org.testng.internal.invokers with parameters of type IClassModifierConstructorDescriptionprivateConfigMethodArguments(IClass testClass, ITestNGMethod currentTestMethod, ITestNGMethod[] allMethods, XmlSuite suite, Map<String, String> params, Object[] parameterValues, Object instance, ITestResult testMethodResult) -
Uses of IClass in org.testng.internal.objects
Methods in org.testng.internal.objects with parameters of type IClassModifier and TypeMethodDescription(package private) com.google.inject.InjectorGuiceHelper.getInjector(IClass iClass, IInjectorFactory injectorFactory) Method parameters in org.testng.internal.objects with type arguments of type IClassModifier and TypeMethodDescriptionprivate static ObjectSimpleObjectDispenser.computeParameters(Map<Class<?>, IClass> classes, Class<?> ec, ITestObjectFactory factory) (package private) static <T> TSimpleObjectDispenser.createInstance(Class<T> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, String errorMsgPrefix) private static <T> TSimpleObjectDispenser.instantiateUsingDefaultConstructor(Class<T> declaringClass, Map<Class<?>, IClass> classes, XmlTest xmlTest, ITestObjectFactory factory) -
Uses of IClass in org.testng.internal.objects.pojo
Fields in org.testng.internal.objects.pojo declared as IClassFields in org.testng.internal.objects.pojo with type parameters of type IClassMethods 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 TypeClassDescriptionclassDeprecated.classDeprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0classDeprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
7.7.0