public class PropertyTransfersTestStep.PropertyTransferResult extends WsdlTestStepResult
TestStepResult.TestStepStatus
Constructor and Description |
---|
PropertyTransferResult() |
Modifier and Type | Method and Description |
---|---|
void |
addTransferResult(PropertyTransfer transfer,
String[] values) |
void |
discard()
Can discard any result data that may be taking up memory.
|
ActionList |
getActions()
Returns a list of actions that can be applied to this result
|
PropertyTransferConfig |
getTransferAt(int index) |
int |
getTransferCount() |
String[] |
getTransferredValuesAt(int index) |
void |
writeTo(PrintWriter writer)
Writes this result to the specified writer, used for logging.
|
addAction, addMessage, addMessages, getError, getMessages, getSize, getStatus, getTestStep, getTimeStamp, getTimeTaken, isDiscarded, setError, setSize, setStatus, setTimeStamp, setTimeTaken, startTimer, stopTimer
public void addTransferResult(PropertyTransfer transfer, String[] values)
public ActionList getActions()
TestStepResult
getActions
in interface TestStepResult
getActions
in class WsdlTestStepResult
public int getTransferCount()
public PropertyTransferConfig getTransferAt(int index)
public String[] getTransferredValuesAt(int index)
public void discard()
TestStepResult
discard
in interface TestStepResult
discard
in class WsdlTestStepResult
public void writeTo(PrintWriter writer)
TestStepResult
writeTo
in interface TestStepResult
writeTo
in class WsdlTestStepResult
Copyright © 2019. All Rights Reserved.