com.eviware.soapui.impl.wsdl.teststeps
Class TransferResponseValuesTestStep.ValueTransferResult
java.lang.Object
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult
com.eviware.soapui.impl.wsdl.teststeps.TransferResponseValuesTestStep.ValueTransferResult
- All Implemented Interfaces:
- TestStepResult
- Enclosing class:
- TransferResponseValuesTestStep
public class TransferResponseValuesTestStep.ValueTransferResult
- extends WsdlTestStepResult
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepResult |
addAction, addMessage, addMessages, getActions, 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 |
TransferResponseValuesTestStep.ValueTransferResult
public TransferResponseValuesTestStep.ValueTransferResult()
addTransferResult
public void addTransferResult(PropertyTransfer transfer,
java.lang.String[] values)
getTransferCount
public int getTransferCount()
getTransferAt
public com.eviware.soapui.config.ValueTransferConfig 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-2008 eviware.com. All Rights Reserved.