public interface TestStepResult
Modifier and Type | Interface and Description |
---|---|
static class |
TestStepResult.TestStepStatus |
Modifier and Type | Method and Description |
---|---|
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
|
Throwable |
getError() |
String[] |
getMessages() |
long |
getSize()
Used for calculating throughput
|
TestStepResult.TestStepStatus |
getStatus() |
TestStep |
getTestStep() |
long |
getTimeStamp() |
long |
getTimeTaken() |
boolean |
isDiscarded() |
void |
writeTo(PrintWriter writer)
Writes this result to the specified writer, used for logging.
|
TestStepResult.TestStepStatus getStatus()
TestStep getTestStep()
ActionList getActions()
String[] getMessages()
Throwable getError()
long getTimeTaken()
long getTimeStamp()
long getSize()
void writeTo(PrintWriter writer)
void discard()
boolean isDiscarded()
Copyright © 2019. All Rights Reserved.