| Class | Description |
|---|---|
| CaseResult |
One test result.
|
| ClassResult |
Cumulative test result of a test class.
|
| History |
History of
TestObject over time. |
| JUnitParser |
Parse some JUnit xml files and generate a TestResult containing all the
results parsed.
|
| JUnitResultArchiver |
Generates HTML report from JUnit test result XML files.
|
| JUnitResultArchiver.DescriptorImpl | |
| Messages | |
| PackageResult |
Cumulative test result for a package.
|
| SuiteResult |
Result of one test suite.
|
| SuiteResult.SuiteResultParserConfigurationContext |
Passed to
ParserConfigurator. |
| TestAction |
Jelly (all optional):
index.jelly: included at the top of the test page
summary.jelly: included in a collapsed panel on the test parent page
badge.jelly: shown after the test link on the test parent page
|
| TestDataPublisher |
Contributes
TestActions to test results. |
| TestNameTransformer |
Allow extensions to transform the class/package/method name for JUnit test
cases which will be displayed on the test result page.
|
| TestObject | Deprecated
Use
TestObject instead. |
| TestResult |
Root of all the test results for one build.
|
| TestResultAction |
Action that displays the JUnit test result. |
| TestResultAction.Data |
Resolves
TestActions for the given TestObject. |
| XMLEntityResolver |
As the name suggest: a resolver for XML entities.
|
| Enum | Description |
|---|---|
| CaseResult.Status |
Constants that represent the status of this test.
|
Copyright © 2004-2015. All Rights Reserved.