com.eviware.soapui.impl.wsdl.teststeps.assertions
Class SimpleContainsAssertion

java.lang.Object
  extended by com.eviware.soapui.model.support.AbstractModelItem
      extended by com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
          extended by com.eviware.soapui.impl.wsdl.teststeps.assertions.SimpleContainsAssertion
All Implemented Interfaces:
ModelItem

public class SimpleContainsAssertion
extends WsdlAssertion

Assertion that checks for a specified text token in the associated WsdlTestRequests response XML message

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
WsdlAssertion.AssertionStatus, WsdlAssertion.ConfigureAssertionAction, WsdlAssertion.RemoveAssertionAction, WsdlAssertion.RenameAssertionAction
 
Field Summary
 
Fields inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
CONFIGURATION_PROPERTY, STATUS_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
ACTIONS_PROPERTY, DESCRIPTION_PROPERTY, ICON_PROPERTY, NAME_PROPERTY
 
Constructor Summary
SimpleContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, WsdlTestRequest request)
           
 
Method Summary
 java.lang.String assertRequest(WsdlTestRequest request)
           
 void configure()
           
protected  org.apache.xmlbeans.XmlObject createConfiguration()
           
 boolean isConfigurable()
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
assertResponse, createTreeNode, getConfiguration, getErrors, getIcon, getName, getRequest, getStatus, setConfiguration, setName, updateConfig
 
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem
addAction, addPropertyChangeListener, addPropertyChangeListener, getActions, getDescription, getPanelBuilder, getTreeModel, getTreeNode, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, release, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContainsAssertion

public SimpleContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig,
                               WsdlTestRequest request)
Method Detail

assertRequest

public java.lang.String assertRequest(WsdlTestRequest request)
                               throws AssertionException
Specified by:
assertRequest in class WsdlAssertion
Throws:
AssertionException

configure

public void configure()
Overrides:
configure in class WsdlAssertion

createConfiguration

protected org.apache.xmlbeans.XmlObject createConfiguration()

isConfigurable

public boolean isConfigurable()
Overrides:
isConfigurable in class WsdlAssertion


Copyright © 2005 eviware.com. All Rights Reserved.