Uses of Interface
org.testng.ITestClass
Packages that use ITestClass
-
Uses of ITestClass in org.testng
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 void
IClassListener.onAfterClass
(ITestClass testClass) default void
IClassListener.onBeforeClass
(ITestClass testClass) void
ITestNGMethod.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 ITestClass
BaseTestMethod.m_testClass
The test class on which the test method was found.Methods 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 TypeMethodDescriptionstatic List
<ITestNGMethod> ITestClassConfigInfo.allAfterClassMethods
(ITestClass tc) static List
<ITestNGMethod> ITestClassConfigInfo.allBeforeClassMethods
(ITestClass tc) static void
MethodHelper.fixMethodsWithClass
(ITestNGMethod[] methods, ITestClass testCls, List<ITestNGMethod> methodList) void
BaseTestMethod.setTestClass
(ITestClass tc) Sets the test class having this method.void
ClonedMethod.setTestClass
(ITestClass cls) void
LiteWeightTestNGMethod.setTestClass
(ITestClass cls) void
WrappedTestNGMethod.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
Methods in org.testng.internal.invokers that return ITestClassMethods in org.testng.internal.invokers with parameters of type ITestClassModifier and TypeMethodDescriptionTestMethodArguments.Builder.forTestClass
(ITestClass testClass) protected void
TestMethodWorker.invokeAfterClassMethods
(ITestClass testClass, IMethodInstance mi) Invoke the @AfterClass methods if not done alreadyprotected void
TestMethodWorker.invokeBeforeClassMethods
(ITestClass testClass, IMethodInstance mi) Invoke the @BeforeClass methods if not done alreadyConstructors in org.testng.internal.invokers with parameters of type ITestClassModifierConstructorDescriptionTestMethodWithDataProviderMethodWorker
(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)