|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
public class WsdlTestStepResult
Default implementation of TestStepResult interface
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.eviware.soapui.model.testsuite.TestStepResult |
|---|
TestStepResult.TestStepStatus |
| Constructor Summary | |
|---|---|
WsdlTestStepResult(WsdlTestStep testStep)
|
|
| Method Summary | |
|---|---|
void |
addAction(javax.swing.Action action,
boolean isDefault)
|
void |
addMessage(java.lang.String message)
|
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 |
setError(java.lang.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(java.io.PrintWriter writer)
Writes this result to the specified writer, used for logging. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsdlTestStepResult(WsdlTestStep testStep)
| Method Detail |
|---|
public TestStepResult.TestStepStatus getStatus()
getStatus in interface TestStepResultpublic void setStatus(TestStepResult.TestStepStatus status)
public TestStep getTestStep()
getTestStep in interface TestStepResultpublic ActionList getActions()
TestStepResult
getActions in interface TestStepResult
public void addAction(javax.swing.Action action,
boolean isDefault)
public java.lang.Throwable getError()
getError in interface TestStepResultpublic void setError(java.lang.Throwable error)
public java.lang.String[] getMessages()
getMessages in interface TestStepResultpublic void addMessage(java.lang.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()
TestStepResult
getSize in interface TestStepResultpublic void writeTo(java.io.PrintWriter writer)
TestStepResult
writeTo in interface TestStepResultpublic void startTimer()
public void stopTimer()
public void discard()
TestStepResult
discard in interface TestStepResultpublic boolean isDiscarded()
isDiscarded in interface TestStepResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||