| AutoCloseableLock |
A simple abstraction over ReentrantLock that can be used in conjunction with
try..resources constructs.
|
| BaseClassFinder |
This class
|
| BaseTestMethod |
Superclass to represent both @Test and @Configuration methods.
|
| ClassBasedWrapper |
|
| ClassInfoMap |
|
| ClonedMethod |
|
| ConfigurationMethod |
|
| ConstructorOrMethod |
Encapsulation of either a method or a constructor.
|
| DynamicGraph |
Representation of the graph of methods.
|
| ExitCode |
|--------------------|---------|-------|------------|------------------------------------------|
| FailedWithinSuccess| Skipped | Failed| Status Code| Remarks |
|--------------------|---------|-------|------------|------------------------------------------|
| 0 | 0 | 0 | 0 | Passed tests | | 0 | 0 | 1 | 1 | Failed tests | | 0 | 1 | 0 | 2 | Skipped tests
| | 0 | 1 | 1 | 3 | Skipped/Failed tests | | 1 | 0 | 0 | 4 | FailedWithinSuccess tests | | 1 | 0
| 1 | 5 | FailedWithinSuccess/Failed tests | | 1 | 1 | 0 | 6 | FailedWithinSuccess/Skipped tests
| | 1 | 1 | 1 | 7 | FailedWithinSuccess/Skipped/Failed tests |
|--------------------|---------|-------|------------|------------------------------------------|
|
| Graph |
Simple graph class to implement topological sort (used to sort methods based on what groups they
depend on).
|
| Graph.Node |
|
| IConfiguration |
|
| IContainer |
Represents the capabilities of a simple container to hold data
|
| IInstanceIdentity |
|
| IObject |
Represents the associations of a class with one or more instances.
|
| IObject.IdentifiableObject |
A wrapper object that associates a unique id to every unique test class object.
|
| IParameterInfo |
Represents the ability to retrieve the parameters associated with a factory method.
|
| IResultListener |
A convenient interface to use when implementing listeners.
|
| KeyAwareAutoCloseableLock.AutoReleasable |
|
| MethodSelectorDescriptor |
This class describes a method selector: - The class that implements it - Its priority
|
| MethodSorting |
|
| ObjectBag |
A simple bean bag that is intended to help share objects during the lifetime of TestNG without
needing it to be a singleton.
|
| Parameters.MethodParameters |
A parameter passing helper class.
|
| ReporterConfig |
Stores the information regarding the configuration of a pluggable report listener.
|
| ReporterConfig.Property |
|
| RunInfo |
This class contains all the information needed to determine what methods should be run.
|
| TestListenerHelper.ListenerHolder |
|
| TestNGClassFinder |
This class creates an ITestClass from a test class.
|
| TestResult |
This class represents the result of a test.
|