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 org.testng.internal.objects.pojo org.testng.junit -
-
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.Classes in org.testng that implement IClass Modifier and Type Class Description (package private) class
TestClass
This 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 IClass
TestClass. iClass
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
TestClass. getIClass()
IClass
ITestResult. getTestClass()
Methods in org.testng with parameters of type IClass Modifier and Type Method Description boolean
ITestNGMethod. canRunFromClass(IClass testClass)
private void
TestClass. init(IClass cls, ITestMethodFinder testMethodFinder, IAnnotationFinder annotationFinder, XmlTest xmlTest, XmlClass xmlClass)
Constructors in org.testng with parameters of type IClass Constructor Description TestClass(ITestObjectFactory objectFactory, 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 class
ClassImpl
Implementation of an IClass.class
NoOpTestClass
Fields in org.testng.internal with type parameters of type IClass Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,IClass>
BaseClassFinder. m_classes
private java.util.Map<java.lang.Class<?>,IClass>
ClassImpl. m_classes
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, java.lang.Object 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)
private ClassInfoMap
TestNGClassFinder. processFactory(IClass ic, ConstructorOrMethod factoryMethod)
private void
TestNGClassFinder. processMethod(IConfiguration configuration, IClass ic, ConstructorOrMethod factoryMethod)
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, java.lang.Object instance, java.util.Map<java.lang.Class<?>,IClass> classes, IAnnotationFinder annotationFinder, ITestObjectFactory objectFactory)
-
Uses of IClass in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as IClass Modifier and Type Field Description private IClass
ConfigMethodArguments.Builder. testClass
private IClass
ConfigMethodArguments. testClass
Fields in org.testng.internal.invokers with type parameters of type IClass Modifier and Type Field Description (package private) static java.util.function.BiPredicate<ITestNGMethod,IClass>
Invoker. CAN_RUN_FROM_CLASS
Predicate to filter methods(package private) static java.util.function.BiPredicate<ITestNGMethod,IClass>
Invoker. SAME_CLASS
Predicate to filter methodsMethods 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 private boolean
ConfigInvoker. canIgnoreConfigFailure(IClass testClass, ITestNGMethod configMethod)
(package private) static ITestNGMethod[]
TestNgMethodUtils. filterMethods(IClass testClass, ITestNGMethod[] methods, java.util.function.BiPredicate<ITestNGMethod,IClass> predicate)
ConfigMethodArguments.Builder
ConfigMethodArguments.Builder. forTestClass(IClass testClass)
private java.util.Set<java.lang.Object>
ConfigInvoker. getInvocationResults(IClass testClass)
boolean
ConfigInvoker. hasConfigurationFailureFor(ITestNGMethod testNGMethod, java.lang.String[] groups, IClass testClass, java.lang.Object instance)
boolean
ConfigInvoker. hasConfigurationFailureFor(ITestNGMethod configMethod, ITestNGMethod testNGMethod, java.lang.String[] groups, IClass testClass, java.lang.Object instance)
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)
private void
ConfigInvoker. 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.void
ConfigMethodArguments. setTestClass(IClass testClass)
Method parameters in org.testng.internal.invokers with type arguments of type IClass Modifier and Type Method Description (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)
Constructors in org.testng.internal.invokers 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)
-
Uses of IClass in org.testng.internal.objects
Methods in org.testng.internal.objects with parameters of type IClass Modifier and Type Method Description (package private) com.google.inject.Injector
GuiceHelper. getInjector(IClass iClass, IInjectorFactory injectorFactory)
Method parameters in org.testng.internal.objects with type arguments of type IClass Modifier and Type Method Description private static java.lang.Object
SimpleObjectDispenser. computeParameters(java.util.Map<java.lang.Class<?>,IClass> classes, java.lang.Class<?> ec, ITestObjectFactory factory)
(package private) static <T> T
SimpleObjectDispenser. createInstance(java.lang.Class<T> declaringClass, java.util.Map<java.lang.Class<?>,IClass> classes, XmlTest xmlTest, IAnnotationFinder finder, ITestObjectFactory objectFactory, boolean create, java.lang.String errorMsgPrefix)
private static <T> T
SimpleObjectDispenser. instantiateUsingDefaultConstructor(java.lang.Class<T> declaringClass, java.util.Map<java.lang.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 IClass Modifier and Type Field Description private IClass
BasicAttributes. iClass
Fields in org.testng.internal.objects.pojo with type parameters of type IClass Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,IClass>
DetailedAttributes. classes
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)
-
Uses of IClass in org.testng.junit
Classes in org.testng.junit that implement IClass Modifier and Type Class Description class
JUnit3TestClass
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
class
JUnit4TestClass
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
class
JUnitTestClass
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
-