public abstract static class TestResultAction.Data extends Object
TestAction
s 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 © 2014. All rights reserved.