|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestObject | |
|---|---|
| hudson.tasks.junit | Model objects that represent JUnit test reports. |
| hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
| Uses of TestObject in hudson.tasks.junit |
|---|
| Subclasses of TestObject in hudson.tasks.junit | |
|---|---|
class |
CaseResult
One test result. |
class |
ClassResult
Cumulative test result of a test class. |
class |
PackageResult
Cumulative test result for a package. |
| Methods in hudson.tasks.junit that return TestObject | |
|---|---|
abstract TestObject |
TestObject.getParent()
Deprecated. |
abstract TestObject |
TestObject.getPreviousResult()
Deprecated. Gets the counter part of this TestObject in the previous run. |
abstract TestObject |
TestObject.getResultInBuild(AbstractBuild<?,?> build)
Deprecated. |
| Methods in hudson.tasks.junit with parameters of type TestObject | |
|---|---|
abstract List<? extends TestAction> |
TestResultAction.Data.getTestAction(TestObject testObject)
Returns all TestActions for the testObject. |
| Uses of TestObject in hudson.tasks.test |
|---|
| Subclasses of TestObject in hudson.tasks.test | |
|---|---|
class |
MetaTabulatedResult
The purpose of this class is to provide a good place for the jelly to bind to. |
class |
SimpleCaseResult
The simplest possible case result, with no language ties. |
class |
TabulatedResult
Cumulated result of multiple tests. |
class |
TestObject
Base class for all test result objects. |
class |
TestResult
A class that represents a general concept of a test result, without any language or implementation specifics. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||