com.eviware.soapui.impl.wsdl.teststeps
Class PropertyTransfersTestStep.PropertyTransferResult
java.lang.Object
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
com.eviware.soapui.impl.wsdl.teststeps.PropertyTransfersTestStep.PropertyTransferResult
- All Implemented Interfaces:
- TestStepResult
- Enclosing class:
- PropertyTransfersTestStep
public class PropertyTransfersTestStep.PropertyTransferResult
- extends WsdlTestStepResult
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult |
addAction, addMessage, addMessages, getError, getMessages, getSize, getStatus, getTestStep, getTimeStamp, getTimeTaken, isDiscarded, setError, setSize, setStatus, setTimeStamp, setTimeTaken, startTimer, stopTimer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyTransfersTestStep.PropertyTransferResult
public PropertyTransfersTestStep.PropertyTransferResult()
addTransferResult
public void addTransferResult(PropertyTransfer transfer,
java.lang.String[] values)
getActions
public ActionList getActions()
- Description copied from interface:
TestStepResult
- Returns a list of actions that can be applied to this result
- Specified by:
getActions
in interface TestStepResult
- Overrides:
getActions
in class WsdlTestStepResult
getTransferCount
public int getTransferCount()
getTransferAt
public com.eviware.soapui.config.PropertyTransferConfig getTransferAt(int index)
getTransferredValuesAt
public java.lang.String[] getTransferredValuesAt(int index)
discard
public void discard()
- Description copied from interface:
TestStepResult
- Can discard any result data that may be taking up memory. Timing-values
must not be discarded.
- Specified by:
discard
in interface TestStepResult
- Overrides:
discard
in class WsdlTestStepResult
writeTo
public void writeTo(java.io.PrintWriter writer)
- Description copied from interface:
TestStepResult
- Writes this result to the specified writer, used for logging.
- Specified by:
writeTo
in interface TestStepResult
- Overrides:
writeTo
in class WsdlTestStepResult
Copyright © 2005-2010 eviware.com. All Rights Reserved.