Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
CaseResult
One test result.
|
class |
ClassResult
Cumulative test result of a test class.
|
class |
PackageResult
Cumulative test result for a package.
|
Modifier and Type | Method and Description |
---|---|
TestObject |
TestResult.getParent() |
TestObject |
History.getTestObject() |
Modifier and Type | Method and Description |
---|---|
List<TestAction> |
TestResultAction.getActions(TestObject object) |
String |
ClassResult.getRelativePathFrom(TestObject it)
Gets the relative path to this test case from the given object.
|
void |
TestResult.setParent(TestObject parent) |
Constructor and Description |
---|
History(TestObject testObject) |
Modifier and Type | Class and Description |
---|---|
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 |
TestResult
A class that represents a general concept of a test result, without any
language or implementation specifics.
|
Modifier and Type | Method and Description |
---|---|
abstract TestObject |
TestObject.getParent()
Reverse pointer of
TabulatedResult.getChildren() . |
TestObject |
SimpleCaseResult.getParent() |
Modifier and Type | Method and Description |
---|---|
protected String |
AggregatedTestResultAction.getDescription(TestObject object)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
protected String |
AggregatedTestResultPublisher.TestResultAction.getDescription(TestObject object)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
protected String |
AbstractTestResultAction.getDescription(TestObject object)
TestObject s do not have their own persistence mechanism, so updatable data of TestObject s
need to be persisted by the owning AbstractTestResultAction , and this method and
AbstractTestResultAction.setDescription(TestObject, String) provides that logic. |
String |
TestObject.getRelativePathFrom(TestObject it)
Computes the relative path to get to this test object from
it . |
protected void |
AggregatedTestResultAction.setDescription(TestObject object,
String description)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
protected void |
AggregatedTestResultPublisher.TestResultAction.setDescription(TestObject object,
String description)
Deprecated.
so that IDE warns you if you accidentally try to call it.
|
protected void |
AbstractTestResultAction.setDescription(TestObject object,
String description) |
void |
TestResult.setParent(TestObject parent)
Sets the parent test result
|
Modifier and Type | Method and Description |
---|---|
protected String |
TestObject.uniquifyName(Collection<? extends TestObject> siblings,
String base)
#2988: uniquifies a
getSafeName() amongst children of the parent. |
Copyright © 2014. All rights reserved.