Uses of Interface
org.testng.ITestClass
Packages that use ITestClass
Package
Description
-
Uses of ITestClass in org.testng
Classes in org.testng that implement ITestClassModifier 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 with type parameters of type ITestClassModifier and TypeFieldDescriptionprivate final Map<ITestClass, Set<Object>> ClassMethodMap.afterClassMethodsprivate final Map<ITestClass, Set<Object>> ClassMethodMap.beforeClassMethodsprivate final Map<Class<?>, ITestClass> TestRunner.m_classMapA map to keep track of Class invalid input: '<'-> IClass.Methods in org.testng that return ITestClassMethods in org.testng that return types with arguments of type ITestClassModifier and TypeMethodDescriptionClassMethodMap.getInvokedAfterClassMethods()ClassMethodMap.getInvokedBeforeClassMethods()TestRunner.getTestClasses()Methods in org.testng with parameters of type ITestClassModifier and TypeMethodDescriptiondefault voidIClassListener.onAfterClass(ITestClass testClass) default voidIClassListener.onBeforeClass(ITestClass testClass) voidITestNGMethod.setTestClass(ITestClass cls) Sets the test class having this method. -
Uses of ITestClass in org.testng.internal
Classes in org.testng.internal that implement ITestClassFields in org.testng.internal declared as ITestClassModifier and TypeFieldDescriptionprotected ITestClassBaseTestMethod.m_testClassThe test class on which the test method was found.private ITestClassLiteWeightTestNGMethod.testClassMethods in org.testng.internal that return ITestClassModifier and TypeMethodDescriptionBaseTestMethod.getTestClass()ClonedMethod.getTestClass()LiteWeightTestNGMethod.getTestClass()WrappedTestNGMethod.getTestClass()Methods in org.testng.internal with parameters of type ITestClassModifier and TypeMethodDescriptionprivate static IDataProviderMethodParameters.findDataProvider(ITestObjectFactory objectFactory, Object instance, ITestClass clazz, IAnnotationFinder finder, String name, Class<?> dataProviderClass, boolean isDynamicDataProvider, ITestContext context) Find a method that has a @DataProvider(name=name)private static IDataProviderMethodParameters.findDataProvider(ITestObjectFactory objectFactory, Object instance, ITestClass clazz, ConstructorOrMethod m, IAnnotationFinder finder, ITestContext context) private static IDataProvidableParameters.findDataProviderInfo(ITestClass clazz, ConstructorOrMethod m, IAnnotationFinder finder) Find the data provider info (data provider name and class) on either @Test(dataProvider),@Factory(dataProvider)on a method or @Factory(dataProvider) on a constructor.static voidMethodHelper.fixMethodsWithClass(ITestNGMethod[] methods, ITestClass testCls, List<ITestNGMethod> methodList) voidBaseTestMethod.setTestClass(ITestClass tc) Sets the test class having this method.voidClonedMethod.setTestClass(ITestClass cls) voidLiteWeightTestNGMethod.setTestClass(ITestClass cls) voidWrappedTestNGMethod.setTestClass(ITestClass cls) Method parameters in org.testng.internal with type arguments of type ITestClassModifier and TypeMethodDescriptionstatic Map<String, List<ITestNGMethod>> MethodGroupsHelper.findGroupsMethods(Collection<ITestClass> classes, boolean before) Constructors in org.testng.internal with parameters of type ITestClass -
Uses of ITestClass in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as ITestClassModifier and TypeFieldDescriptionprivate final ITestClassTestMethodWithDataProviderMethodWorker.m_testClassprivate ITestClassTestMethodArguments.Builder.testClassprivate final ITestClassTestMethodArguments.testClassMethods in org.testng.internal.invokers that return ITestClassMethods in org.testng.internal.invokers with parameters of type ITestClassModifier 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) TestMethodArguments.Builder.forTestClass(ITestClass testClass) private voidTestMethodWorker.invokeAfterClassConfigurations(ITestClass testClass, List<Object> invokeInstances) protected voidTestMethodWorker.invokeAfterClassMethods(ITestClass testClass, IMethodInstance mi) Invoke the @AfterClass methods if not done alreadyprotected voidTestMethodWorker.invokeBeforeClassMethods(ITestClass testClass, IMethodInstance mi) Invoke the @BeforeClass methods if not done alreadyprivate voidTestMethodWorker.invokeListenersOnAfterClass(ITestClass testClass, List<IClassListener> listeners) Constructors in org.testng.internal.invokers with parameters of type ITestClassModifierConstructorDescriptionprivateTestMethodArguments(Object instance, ITestNGMethod tm, Object[] parameterValues, int parametersIndex, Map<String, String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods) TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker, ITestNGMethod testMethod, int parameterIndex, Object[] parameterValues, Object instance, Map<String, String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier) -
Uses of ITestClass in org.testng.junit
Classes in org.testng.junit that implement ITestClassModifier 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 -
Uses of ITestClass in org.testng.reporters
Fields in org.testng.reporters with type parameters of type ITestClassModifier and TypeFieldDescriptionprivate final Map<String, ITestClass> SuiteHTMLReporter.m_classesMethods in org.testng.reporters with parameters of type ITestClassModifier and TypeMethodDescriptionprivate StringSuiteHTMLReporter.generateClass(ITestClass cls) private static voidFailedReporter.getAllApplicableConfigs(Set<ITestNGMethod> configs, ITestClass iTestClass)
7.7.0