com.eviware.soapui.model.testsuite
Interface TestStepResult

All Known Subinterfaces:
MessageExchangeTestStepResult
All Known Implementing Classes:
AMFTestStepResult, JdbcTestStepResult, PropertyTransfersTestStep.PropertyTransferResult, RestRequestStepResult, WsdlMessageExchangeTestStepResult, WsdlSingleMessageExchangeTestStepResult, WsdlTestRequestStepResult, WsdlTestStepResult

public interface TestStepResult

A TestStep result

Author:
Ole.Matzura

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

getStatus

TestStepResult.TestStepStatus getStatus()

getTestStep

TestStep getTestStep()

getActions

ActionList getActions()
Returns a list of actions that can be applied to this result


getMessages

java.lang.String[] getMessages()

getError

java.lang.Throwable getError()

getTimeTaken

long getTimeTaken()

getTimeStamp

long getTimeStamp()

getSize

long getSize()
Used for calculating throughput

Returns:
the number of bytes in this result

writeTo

void writeTo(java.io.PrintWriter writer)
Writes this result to the specified writer, used for logging.


discard

void discard()
Can discard any result data that may be taking up memory. Timing-values must not be discarded.


isDiscarded

boolean isDiscarded()


Copyright © 2005-2010 eviware.com. All Rights Reserved.