A TestStep result
Modifiers | Name | Description |
---|---|---|
enum |
TestStepResult.TestStepStatus |
Type Params | Return Type | Name 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 |
|
java.lang.Throwable |
getError() |
|
java.lang.String |
getFileName() Returns the name of test step results file created by test runner |
|
JMSTestStep |
getJmsTestStep() |
|
java.lang.String[] |
getMessages() |
|
long |
getSize() Used for calculating throughput |
|
TestStepResult.TestStepStatus |
getStatus() |
|
TestStep |
getTestStep() |
|
long |
getTimeStamp() |
|
long |
getTimeTaken() |
|
boolean |
isDiscarded() |
|
void |
setFileName(java.lang.String fileName) Sets the name of test step results file created by test runner |
|
void |
writeTo(java.io.PrintWriter writer) Writes this result to the specified writer, used for logging. |
|
void |
writeToBase(java.io.PrintWriter writer) Writes this result to the specified writer, used for logging. |
Can discard any result data that may be taking up memory. Timing-values must not be discarded.
Returns a list of actions that can be applied to this result
Returns the name of test step results file created by test runner
Used for calculating throughput
Sets the name of test step results file created by test runner
fileName
- name of corresponding step results fileWrites this result to the specified writer, used for logging.
Writes this result to the specified writer, used for logging. For base class only.