| Package | Description |
|---|---|
| org.testng.junit |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnit3TestClass |
class |
JUnit4TestClass |
| Constructor and Description |
|---|
JUnit3TestMethod(JUnitTestClass owner,
junit.framework.Test test) |
JUnit4TestMethod(JUnitTestClass owner,
org.junit.runner.Description desc) |
JUnitTestMethod(JUnitTestClass owner,
ConstructorOrMethod method,
java.lang.Object instance) |
JUnitTestMethod(JUnitTestClass owner,
java.lang.String methodName,
ConstructorOrMethod method,
java.lang.Object instance) |