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 | Method and Description |
---|---|
List<TestAction> |
TestResultAction.getActions(TestObject object) |
abstract List<? extends TestAction> |
TestResultAction.Data.getTestAction(TestObject testObject)
Returns all TestActions for the testObject.
|
abstract List<TestAction> |
TestObject.getTestActions()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static List<TestAction> |
SimpleCaseResult.EMPTY_ACTION_LIST
An empty list of actions, useful for tests
|
Modifier and Type | Method and Description |
---|---|
List<TestAction> |
TestObject.getTestActions()
Get a list of all TestActions associated with this TestObject.
|
List<TestAction> |
SimpleCaseResult.getTestActions() |
Copyright © 2015. All rights reserved.