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