public class WsdlTestStepResult extends Object implements TestStepResult
TestStepResult.TestStepStatus| Constructor and Description | 
|---|
| WsdlTestStepResult(WsdlTestStep testStep) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAction(Action action,
         boolean isDefault) | 
| void | addMessage(String message) | 
| void | addMessages(String[] messages) | 
| 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 | setError(Throwable error) | 
| void | setSize(long size) | 
| void | setStatus(TestStepResult.TestStepStatus status) | 
| void | setTimeStamp(long timeStamp) | 
| void | setTimeTaken(long timeTaken) | 
| void | startTimer() | 
| void | stopTimer() | 
| void | writeTo(PrintWriter writer)Writes this result to the specified writer, used for logging. | 
public WsdlTestStepResult(WsdlTestStep testStep)
public TestStepResult.TestStepStatus getStatus()
getStatus in interface TestStepResultpublic void setStatus(TestStepResult.TestStepStatus status)
public TestStep getTestStep()
getTestStep in interface TestStepResultpublic ActionList getActions()
TestStepResultgetActions in interface TestStepResultpublic void addAction(Action action, boolean isDefault)
public Throwable getError()
getError in interface TestStepResultpublic void setError(Throwable error)
public String[] getMessages()
getMessages in interface TestStepResultpublic void addMessage(String message)
public long getTimeTaken()
getTimeTaken in interface TestStepResultpublic void setTimeTaken(long timeTaken)
public long getTimeStamp()
getTimeStamp in interface TestStepResultpublic void setTimeStamp(long timeStamp)
public void setSize(long size)
public long getSize()
TestStepResultgetSize in interface TestStepResultpublic void writeTo(PrintWriter writer)
TestStepResultwriteTo in interface TestStepResultpublic void startTimer()
public void stopTimer()
public void discard()
TestStepResultdiscard in interface TestStepResultpublic boolean isDiscarded()
isDiscarded in interface TestStepResultpublic void addMessages(String[] messages)
Copyright © 2019. All Rights Reserved.