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, waitassertResult, assertResults, getDescriptionprotected 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 LoadTestAssertionpublic void updateConfiguration(LoadTestAssertionConfig configuration)
updateConfiguration in interface LoadTestAssertionprotected void setConfiguration(org.apache.xmlbeans.XmlObject configuration)
public String getName()
getName in interface LoadTestAssertionpublic void setName(String name)
public WsdlLoadTest getLoadTest()
public ImageIcon getIcon()
getIcon in interface LoadTestAssertionpublic void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface PropertyChangeNotifierpublic void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
addPropertyChangeListener in interface PropertyChangeNotifierpublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface PropertyChangeNotifierpublic void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
removePropertyChangeListener in interface PropertyChangeNotifierprotected String returnErrorOrFail(String message, int maxErrors, LoadTestRunner testRunner, LoadTestRunContext context)
public String getTargetStep()
getTargetStep in interface LoadTestAssertionpublic void setTargetStep(String name)
setTargetStep in interface LoadTestAssertionprotected abstract void updateConfiguration()
protected boolean targetStepMatches(TestStep testStep)
protected String[] getTargetStepOptions(boolean includeAll)
public void release()
release in interface LoadTestAssertionCopyright © 2019. All Rights Reserved.