public abstract static class TestResultAction.Data extends Object
TestActions for the given TestObject.
This object itself is persisted as a part of Run, so it needs to be XStream-serializable.
TestDataPublisher| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends TestAction> |
getTestAction(TestObject testObject)
Returns all TestActions for the testObject.
|
public abstract List<? extends TestAction> getTestAction(TestObject testObject)
Copyright © 2015. All rights reserved.