Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.junit |
Modifier and Type | Method and Description |
---|---|
ITestClass |
ITestNGMethod.getTestClass() |
Modifier and Type | Method and Description |
---|---|
Map<ITestClass,Set<Object>> |
ClassMethodMap.getInvokedAfterClassMethods() |
Map<ITestClass,Set<Object>> |
ClassMethodMap.getInvokedBeforeClassMethods() |
Collection<ITestClass> |
TestRunner.getTestClasses() |
Modifier and Type | Method and Description |
---|---|
void |
IClassListener.onAfterClass(ITestClass testClass) |
void |
IClassListener.onBeforeClass(ITestClass testClass) |
void |
ITestNGMethod.setTestClass(ITestClass cls)
Sets the test class having this method.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpTestClass |
Modifier and Type | Field and Description |
---|---|
protected ITestClass |
BaseTestMethod.m_testClass
The test class on which the test method was found.
|
Modifier and Type | Method and Description |
---|---|
ITestClass |
ClonedMethod.getTestClass() |
ITestClass |
BaseTestMethod.getTestClass() |
ITestClass |
WrappedTestNGMethod.getTestClass() |
Modifier and Type | Method and Description |
---|---|
static void |
MethodHelper.fixMethodsWithClass(ITestNGMethod[] methods,
ITestClass testCls,
List<ITestNGMethod> methodList) |
protected void |
TestMethodWorker.invokeAfterClassMethods(ITestClass testClass,
IMethodInstance mi)
Invoke the @AfterClass methods if not done already
|
protected void |
TestMethodWorker.invokeBeforeClassMethods(ITestClass testClass,
IMethodInstance mi)
Invoke the @BeforeClass methods if not done already
|
void |
ClonedMethod.setTestClass(ITestClass cls) |
void |
BaseTestMethod.setTestClass(ITestClass tc)
Sets the test class having this method.
|
void |
WrappedTestNGMethod.setTestClass(ITestClass cls) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<ITestNGMethod>> |
MethodGroupsHelper.findGroupsMethods(Collection<ITestClass> classes,
boolean before)
Extracts the map of groups and their corresponding methods from the
classes . |
Constructor and Description |
---|
NoOpTestClass(ITestClass testClass) |
TestMethodWithDataProviderMethodWorker(Invoker invoker,
ITestNGMethod testMethod,
int parameterIndex,
Object[] parameterValues,
Object instance,
XmlSuite suite,
Map<String,String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ExpectedExceptionsHolder expectedExceptionHolder,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
Modifier and Type | Class and Description |
---|---|
class |
JUnit3TestClass |
class |
JUnit4TestClass |
class |
JUnitTestClass |
Copyright © 2018. All rights reserved.