Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
IAlterTestName
Deprecated.
As of release 7.0.0, replaced by
ITestResult |
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 and 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 | Field and Description |
---|---|
private IAttributes |
SuiteRunner.attributes |
private IAttributes |
TestRunner.m_attributes |
Modifier and Type | Class and Description |
---|---|
class |
Attributes
Simple implementation of IAttributes.
|
class |
TestResult
This class represents the result of a test.
|
Modifier and Type | Field and Description |
---|---|
private IAttributes |
TestResult.m_attributes |