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 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 voidIClassListener. onAfterClass(ITestClass testClass)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()ITestClassWrappedTestNGMethod. getTestClass()Methods in org.testng.internal with parameters of type ITestClass Modifier and Type Method Description static voidMethodHelper. fixMethodsWithClass(ITestNGMethod[] methods, ITestClass testCls, java.util.List<ITestNGMethod> methodList)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 alreadyvoidBaseTestMethod. setTestClass(ITestClass tc)Sets the test class having this method.voidClonedMethod. 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)Extracts the map of groups and their corresponding methods from theclasses.Constructors in org.testng.internal with parameters of type ITestClass Constructor Description NoOpTestClass(ITestClass testClass)TestMethodWithDataProviderMethodWorker(Invoker invoker, ITestNGMethod testMethod, int parameterIndex, java.lang.Object[] parameterValues, java.lang.Object instance, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods, ExpectedExceptionsHolder expectedExceptionHolder, 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 classJUnit3TestClassclassJUnit4TestClassclassJUnitTestClass
-