Uses of Interface
org.testng.IClass
-
Packages that use IClass Package Description org.testng org.testng.internal org.testng.junit -
-
Uses of IClass in org.testng
Subinterfaces of IClass in org.testng Modifier and Type Interface Description interfaceITestClassThis 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 Modifier and Type Class Description (package private) classTestClassThis class represents a test class: - The test methods - The configuration methods (test and method) - The class fileFields in org.testng declared as IClass Modifier and Type Field Description private IClassTestClass. iClassMethods in org.testng that return IClass Modifier and Type Method Description IClass[]ITestClassFinder. findTestClasses()IClassITestClassFinder. getIClass(java.lang.Class<?> cls)Return the IClass for a given classIClassTestClass. getIClass()IClassITestResult. getTestClass()Methods in org.testng with parameters of type IClass Modifier and Type Method Description booleanITestNGMethod. canRunFromClass(IClass testClass)(package private) com.google.inject.InjectorGuiceHelper. getInjector(IClass iClass)Deprecated.- This method stands deprecated as of 7.0.1(package private) com.google.inject.InjectorGuiceHelper. getInjector(IClass iClass, IInjectorFactory injectorFactory)com.google.inject.InjectorITestContext. getInjector(IClass iClass)com.google.inject.InjectorTestRunner. getInjector(IClass iClass)private voidTestClass. init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass)Constructors in org.testng with parameters of type IClass Constructor Description TestClass(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass, java.lang.String errorMsgPrefix) -
Uses of IClass in org.testng.internal
Classes in org.testng.internal that implement IClass Modifier and Type Class Description classClassImplImplementation of an IClass.classNoOpTestClassFields in org.testng.internal declared as IClass Modifier and Type Field Description private IClassConfigMethodArguments.Builder. testClassprivate IClassConfigMethodArguments. testClassFields in org.testng.internal with type parameters of type IClass Modifier and Type Field Description (package private) static java.util.function.BiPredicate<ITestNGMethod,IClass>Invoker. CAN_RUN_FROM_CLASSPredicate to filter methodsprivate java.util.Map<java.lang.Class<?>,IClass>BaseClassFinder. m_classesprivate java.util.Map<java.lang.Class<?>,IClass>ClassImpl. m_classes(package private) static java.util.function.BiPredicate<ITestNGMethod,IClass>Invoker. SAME_CLASSPredicate to filter methodsMethods in org.testng.internal that return IClass Modifier and Type Method Description protected IClassBaseClassFinder. findOrCreateIClass(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)IClass[]BaseClassFinder. findTestClasses()IClassBaseClassFinder. getIClass(java.lang.Class<?> cls)protected IClassBaseTestMethod. getIClass()IClassConfigMethodArguments. getTestClass()IClassTestResult. getTestClass()Methods in org.testng.internal with parameters of type IClass Modifier and Type Method Description booleanBaseTestMethod. canRunFromClass(IClass testClass)booleanClonedMethod. canRunFromClass(IClass testClass)booleanWrappedTestNGMethod. canRunFromClass(IClass testClass)(package private) static ITestNGMethod[]TestNgMethodUtils. filterMethods(IClass testClass, ITestNGMethod[] methods, java.util.function.BiPredicate<ITestNGMethod,IClass> predicate)ConfigMethodArguments.BuilderConfigMethodArguments.Builder. forTestClass(IClass testClass)private java.util.Set<java.lang.Object>ConfigInvoker. getInvocationResults(IClass testClass)booleanConfigInvoker. hasConfigurationFailureFor(ITestNGMethod testNGMethod, java.lang.String[] groups, IClass testClass, java.lang.Object instance)booleanIConfigInvoker. hasConfigurationFailureFor(ITestNGMethod testNGMethod, java.lang.String[] groups, IClass testClass, java.lang.Object instance)private ClassInfoMapTestNGClassFinder. processFactory(IClass ic, ConstructorOrMethod factoryMethod)private voidTestNGClassFinder. processMethod(IConfiguration configuration, IClass ic, ConstructorOrMethod factoryMethod)protected voidBaseClassFinder. putIClass(java.lang.Class<?> cls, IClass iClass)private voidConfigInvoker. recordConfigurationInvocationFailed(ITestNGMethod tm, IClass testClass, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, java.lang.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 with type arguments of type IClass Modifier and Type Method Description private static java.lang.ObjectInstanceCreator. computeParameters(java.util.Map<java.lang.Class<?>,IClass> classes, java.lang.Class<?> ec, IObjectFactory factory)static java.lang.ObjectInstanceCreator. createInstance(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, java.lang.String errorMsgPrefix)static java.lang.ObjectInstanceCreator. createInstanceUsingObjectFactory(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, IObjectFactory factory, boolean create, java.lang.String errorMsgPrefix)(package private) static ITestNGMethod[]TestNgMethodUtils. filterAfterTestMethods(ITestClass testClass, java.util.function.BiPredicate<ITestNGMethod,IClass> predicate)(package private) static ITestNGMethod[]TestNgMethodUtils. filterBeforeTestMethods(ITestClass testClass, java.util.function.BiPredicate<ITestNGMethod,IClass> predicate)(package private) static ITestNGMethod[]TestNgMethodUtils. filterMethods(IClass testClass, ITestNGMethod[] methods, java.util.function.BiPredicate<ITestNGMethod,IClass> predicate)private static java.lang.ObjectInstanceCreator. instantiateUsingDefaultConstructor(java.lang.Class<?> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IObjectFactory factory)Constructors in org.testng.internal with parameters of type IClass Constructor Description ConfigMethodArguments(IClass testClass, ITestNGMethod currentTestMethod, ITestNGMethod[] allMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> params, java.lang.Object[] parameterValues, java.lang.Object instance, ITestResult testMethodResult)Constructor parameters in org.testng.internal with type arguments of type IClass Constructor Description ClassImpl(ITestContext context, java.lang.Class<?> cls, XmlClass xmlClass, java.lang.Object instance, java.util.Map<java.lang.Class<?>,IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory) -
Uses of IClass in org.testng.junit
Classes in org.testng.junit that implement IClass Modifier and Type Class Description classJUnit3TestClassclassJUnit4TestClassclassJUnitTestClass
-