Package | Description |
---|---|
org.testng | |
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 |
ITestNGMethod.setTestClass(ITestClass cls)
Sets the test class having this method.
|
Modifier and Type | Class and Description |
---|---|
static class |
JUnitUtils.JUnitTestClass
An
ITestClass implementation for test methods in JUnit. |
Modifier and Type | Method and Description |
---|---|
ITestClass |
JUnitUtils.JUnitTestMethod.getTestClass() |
Modifier and Type | Method and Description |
---|---|
void |
JUnitUtils.JUnitTestMethod.setTestClass(ITestClass cls) |
Copyright © 2012. All Rights Reserved.