|
||||||||||
| 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 | |
|---|---|
TestObject |
TestResult.getParent()
|
TestObject |
History.getTestObject()
|
| Methods in hudson.tasks.junit with parameters of type TestObject | |
|---|---|
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)
|
| Constructors in hudson.tasks.junit with parameters of type TestObject | |
|---|---|
History(TestObject 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 |
TestResult
A class that represents a general concept of a test result, without any language or implementation specifics. |
| Methods in hudson.tasks.test that return TestObject | |
|---|---|
TestObject |
SimpleCaseResult.getParent()
|
abstract TestObject |
TestObject.getParent()
Reverse pointer of TabulatedResult.getChildren(). |
| Methods in hudson.tasks.test with parameters of type TestObject | |
|---|---|
protected String |
AggregatedTestResultAction.getDescription(TestObject object)
Deprecated. so that IDE warns you if you accidentally try to call it. |
protected String |
AbstractTestResultAction.getDescription(TestObject object)
TestObjects do not have their own persistence mechanism, so updatable data of TestObjects
need to be persisted by the owning AbstractTestResultAction, and this method and
AbstractTestResultAction.setDescription(TestObject, String) provides that logic. |
protected String |
AggregatedTestResultPublisher.TestResultAction.getDescription(TestObject object)
Deprecated. so that IDE warns you if you accidentally try to call it. |
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 |
AbstractTestResultAction.setDescription(TestObject object,
String description)
|
protected void |
AggregatedTestResultPublisher.TestResultAction.setDescription(TestObject object,
String description)
Deprecated. so that IDE warns you if you accidentally try to call it. |
void |
TestResult.setParent(TestObject parent)
Sets the parent test result |
| Method parameters in hudson.tasks.test with type arguments of type TestObject | |
|---|---|
protected String |
TestObject.uniquifyName(Collection<? extends TestObject> siblings,
String base)
#2988: uniquifies a getSafeName() amongst children of the parent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||