BaseResult |
Base class that takes care of all the common functionality of the different kinds of test
results.
|
ClassResult |
Handle results related to a single test class
|
GroupedTestRun |
Class used for rendering Class Results
|
MethodResult |
Handles result pertaining to a single test method
|
MethodResultException |
|
PackageResult |
Handles package level results
|
TestNGResult |
Represents all the results gathered for a single build (or a single suite, while parsing the test
results)
|
TestNGTestResult |
Represents a single TestNG XML <test> tag.
|