com.eviware.soapui.impl.wsdl.loadtest.assertions
Class TestStepMaxAssertion
java.lang.Object
com.eviware.soapui.impl.wsdl.loadtest.assertions.AbstractLoadTestAssertion
com.eviware.soapui.impl.wsdl.loadtest.assertions.TestStepMaxAssertion
- All Implemented Interfaces:
- LoadTestAssertion, Configurable, PropertyChangeNotifier
public class TestStepMaxAssertion
- extends AbstractLoadTestAssertion
- implements Configurable
LoadTestAssertion for asserting the maximum step time
- 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, updateConfiguration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STEP_MAXIMUM_TYPE
public static final java.lang.String STEP_MAXIMUM_TYPE
- See Also:
- Constant Field Values
TestStepMaxAssertion
public TestStepMaxAssertion(com.eviware.soapui.config.LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest)
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
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
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.