|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestStepResult
A TestStep result
Nested Class Summary | |
---|---|
static class |
TestStepResult.TestStepStatus
|
Method Summary | |
---|---|
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 |
java.lang.Throwable |
getError()
|
java.lang.String[] |
getMessages()
|
long |
getSize()
Used for calculating throughput |
TestStepResult.TestStepStatus |
getStatus()
|
TestStep |
getTestStep()
|
long |
getTimeStamp()
|
long |
getTimeTaken()
|
boolean |
isDiscarded()
|
void |
writeTo(java.io.PrintWriter writer)
Writes this result to the specified writer, used for logging. |
Method Detail |
---|
TestStepResult.TestStepStatus getStatus()
TestStep getTestStep()
ActionList getActions()
java.lang.String[] getMessages()
java.lang.Throwable getError()
long getTimeTaken()
long getTimeStamp()
long getSize()
void writeTo(java.io.PrintWriter writer)
void discard()
boolean isDiscarded()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |