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

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.SoapFaultAssertion
All Implemented Interfaces:
ModelItem

public class SoapFaultAssertion
extends WsdlAssertion

Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault

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
SoapFaultAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, WsdlTestRequest request)
           
 
Method Summary
 java.lang.String assertRequest(WsdlTestRequest request)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
assertResponse, configure, createTreeNode, getConfiguration, getErrors, getIcon, getName, getRequest, getStatus, isConfigurable, 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

SoapFaultAssertion

public SoapFaultAssertion(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


Copyright © 2005 eviware.com. All Rights Reserved.