Uses of Interface
org.testng.ITestClass
-
Packages that use ITestClass Package Description org.testng org.testng.internal org.testng.internal.invokers -
-
Uses of ITestClass in org.testng
Methods in org.testng that return ITestClass Modifier and Type Method Description ITestClassITestNGMethod. getTestClass()Methods in org.testng that return types with arguments of type ITestClass Modifier and Type Method Description java.util.Map<ITestClass,java.util.Set<java.lang.Object>>ClassMethodMap. getInvokedAfterClassMethods()java.util.Map<ITestClass,java.util.Set<java.lang.Object>>ClassMethodMap. getInvokedBeforeClassMethods()java.util.Collection<ITestClass>TestRunner. getTestClasses()Methods in org.testng with parameters of type ITestClass Modifier and Type Method Description default 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 ITestClass Modifier and Type Class Description classNoOpTestClassFields in org.testng.internal declared as ITestClass Modifier and Type Field Description protected ITestClassBaseTestMethod. m_testClassThe test class on which the test method was found.Methods in org.testng.internal that return ITestClass Modifier and Type Method Description ITestClassBaseTestMethod. getTestClass()ITestClassClonedMethod. getTestClass()ITestClassLiteWeightTestNGMethod. getTestClass()ITestClassWrappedTestNGMethod. getTestClass()Methods in org.testng.internal with parameters of type ITestClass Modifier and Type Method Description static java.util.List<ITestNGMethod>ITestClassConfigInfo. allAfterClassMethods(ITestClass tc)static java.util.List<ITestNGMethod>ITestClassConfigInfo. allBeforeClassMethods(ITestClass tc)static voidMethodHelper. fixMethodsWithClass(ITestNGMethod[] methods, ITestClass testCls, java.util.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 ITestClass Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.List<ITestNGMethod>>MethodGroupsHelper. findGroupsMethods(java.util.Collection<ITestClass> classes, boolean before)Constructors in org.testng.internal with parameters of type ITestClass Constructor Description NoOpTestClass(ITestClass testClass) -
Uses of ITestClass in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return ITestClass Modifier and Type Method Description ITestClassTestMethodArguments. getTestClass()Methods in org.testng.internal.invokers with parameters of type ITestClass Modifier and Type Method Description TestMethodArguments.BuilderTestMethodArguments.Builder. forTestClass(ITestClass testClass)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 alreadyConstructors in org.testng.internal.invokers with parameters of type ITestClass Constructor Description TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker, ITestNGMethod testMethod, int parameterIndex, java.lang.Object[] parameterValues, java.lang.Object instance, java.util.Map<java.lang.String,java.lang.String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ITestContext testContext, boolean skipFailedInvocationCounts, int invocationCount, int failureCount, ITestResultNotifier notifier)
-