| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ISuite |
Interface defining a Test Suite.
|
interface |
ITestContext |
This class defines a test context which contains all the information
for a given test run.
|
interface |
ITestResult |
This class describes the result of a test.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SuiteRunner |
SuiteRunner is responsible for running all the tests included in one
suite. |
class |
TestRunner |
This class takes care of running one Test.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Attributes |
Simple implementation of IAttributes.
|
class |
TestResult |
This class represents the result of a test.
|