Uses of Interface
org.testng.ITestClass
-
Packages that use ITestClass Package Description org.testng org.testng.internal org.testng.junit -
-
Uses of ITestClass in org.testng
Methods in org.testng that return ITestClass Modifier and Type Method Description ITestClass
ITestNGMethod. 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 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 ITestClass Modifier and Type Class Description class
NoOpTestClass
Fields in org.testng.internal declared as ITestClass Modifier and Type Field Description protected ITestClass
BaseTestMethod. m_testClass
The test class on which the test method was found.Methods in org.testng.internal that return ITestClass Modifier and Type Method Description ITestClass
BaseTestMethod. getTestClass()
ITestClass
ClonedMethod. getTestClass()
ITestClass
LiteWeightTestNGMethod. getTestClass()
ITestClass
TestMethodArguments. getTestClass()
ITestClass
WrappedTestNGMethod. getTestClass()
Methods in org.testng.internal with parameters of type ITestClass Modifier and Type Method Description static void
MethodHelper. fixMethodsWithClass(ITestNGMethod[] methods, ITestClass testCls, java.util.List<ITestNGMethod> methodList)
TestMethodArguments.Builder
TestMethodArguments.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 alreadyvoid
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 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)
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)
-
Uses of ITestClass in org.testng.junit
Classes in org.testng.junit that implement ITestClass Modifier and Type Class Description class
JUnit3TestClass
class
JUnit4TestClass
class
JUnitTestClass
-