FilteredTestResults<T extends TestClassResultDescriptor> |
Interface that provides a summary of all test information for a buildResultSummary for the UI.
|
MutableTestResultsSummary |
|
QuarantineStatistics |
|
TestCase |
Represents a test in a plan.
|
TestCaseDao |
|
TestCaseResult |
Represents a run of a TestCase.
|
TestCaseResultDao |
|
TestCaseResultError |
Represents an error against a testCaseResult
|
TestCaseResultStatisticsProvider |
Wrapper class to keep TestCaseResult together with its assciated BuildResultsSummary
Exists to be able to use existing chart generation functionality
|
TestCaseSummary |
A way of caching information about a specific testCase.
|
TestClass |
A grouping of TestCases.
|
TestClassResult |
Represents a run of a test class.
|
TestClassResultDescriptor |
|
TestQuarantineManager |
Manager for manipulating all things test quarantine related
|
TestResultsDao |
Dao for retrieving and manipulating Test Results (e.g TestClassResult, TestCaseResult)
|
TestResultsSummary |
Provides summary information about tests for a build result summary
|
TestsDao |
Dao for retrieving and manipulating Test Objects (e.g TestClass, TestCase)
|
TestsManager |
Manager for manipulating all things test related
|