com.eviware.soapui.impl.wsdl.loadtest.assertions
Class TestStepStatusAssertion
java.lang.Object
com.eviware.soapui.impl.wsdl.loadtest.assertions.AbstractLoadTestAssertion
com.eviware.soapui.impl.wsdl.loadtest.assertions.TestStepStatusAssertion
- All Implemented Interfaces:
- LoadTestAssertion, Configurable, PropertyChangeNotifier
public class TestStepStatusAssertion
- extends AbstractLoadTestAssertion
- implements Configurable
LoadTestAssertion for asserting the status of a teststep
- Author:
- Ole.Matzura
Methods inherited from class com.eviware.soapui.impl.wsdl.loadtest.assertions.AbstractLoadTestAssertion |
addPropertyChangeListener, addPropertyChangeListener, getConfiguration, getIcon, getLoadTest, getName, getTargetStep, getTargetStepOptions, initIcon, release, removePropertyChangeListener, removePropertyChangeListener, returnErrorOrFail, setConfiguration, setName, setTargetStep, targetStepMatches |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STEP_STATUS_TYPE
public static final java.lang.String STEP_STATUS_TYPE
- See Also:
- Constant Field Values
TestStepStatusAssertion
public TestStepStatusAssertion(com.eviware.soapui.config.LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface LoadTestAssertion
assertResult
public java.lang.String assertResult(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestStepResult result,
TestRunner testRunner,
TestRunContext runContext)
- Specified by:
assertResult
in interface LoadTestAssertion
assertResults
public java.lang.String assertResults(LoadTestRunner loadTestRunner,
LoadTestRunContext context,
TestRunner testRunner,
TestRunContext runContext)
- Specified by:
assertResults
in interface LoadTestAssertion
configure
public boolean configure()
- Specified by:
configure
in interface Configurable
updateConfiguration
protected void updateConfiguration()
- Specified by:
updateConfiguration
in class AbstractLoadTestAssertion
Copyright © 2005-2007 eviware.com. All Rights Reserved.