public abstract class AbstractLoadTestAssertion extends Object implements LoadTestAssertion
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoadTestAssertion.ConfigureAssertionAction |
class |
AbstractLoadTestAssertion.RenameAssertionAction |
Modifier and Type | Field and Description |
---|---|
protected static String |
TEST_STEP_ELEMENT |
protected static String |
TEST_STEP_FIELD |
ALL_TEST_STEPS, ANY_TEST_STEP, CONFIGURATION_PROPERTY, ICON_PROPERTY, NAME_PROPERTY
Constructor and Description |
---|
AbstractLoadTestAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assertResult, assertResults, getDescription
protected static final String TEST_STEP_ELEMENT
protected static final String TEST_STEP_FIELD
public AbstractLoadTestAssertion(LoadTestAssertionConfig assertionConfig, WsdlLoadTest loadTest)
public void initIcon(String url)
public LoadTestAssertionConfig getConfiguration()
getConfiguration
in interface LoadTestAssertion
public void updateConfiguration(LoadTestAssertionConfig configuration)
updateConfiguration
in interface LoadTestAssertion
protected void setConfiguration(org.apache.xmlbeans.XmlObject configuration)
public String getName()
getName
in interface LoadTestAssertion
public void setName(String name)
public WsdlLoadTest getLoadTest()
public ImageIcon getIcon()
getIcon
in interface LoadTestAssertion
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface PropertyChangeNotifier
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
addPropertyChangeListener
in interface PropertyChangeNotifier
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface PropertyChangeNotifier
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
removePropertyChangeListener
in interface PropertyChangeNotifier
protected String returnErrorOrFail(String message, int maxErrors, LoadTestRunner testRunner, LoadTestRunContext context)
public String getTargetStep()
getTargetStep
in interface LoadTestAssertion
public void setTargetStep(String name)
setTargetStep
in interface LoadTestAssertion
protected abstract void updateConfiguration()
protected boolean targetStepMatches(TestStep testStep)
protected String[] getTargetStepOptions(boolean includeAll)
public void release()
release
in interface LoadTestAssertion
Copyright © 2019. All Rights Reserved.