com.eviware.soapui.impl.wsdl.teststeps.assertions
Class WsdlAssertionRegistry
java.lang.Object
com.eviware.soapui.impl.wsdl.teststeps.assertions.WsdlAssertionRegistry
public class WsdlAssertionRegistry
- extends java.lang.Object
Registry for WsdlAssertions
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlAssertionRegistry
public WsdlAssertionRegistry()
addAssertion
public void addAssertion(java.lang.String id,
java.lang.String label,
java.lang.Class<? extends WsdlMessageAssertion> assertionClass)
getInstance
public static WsdlAssertionRegistry getInstance()
buildAssertion
public WsdlMessageAssertion buildAssertion(com.eviware.soapui.config.RequestAssertionConfig config,
Assertable request)
canBuildAssertion
public boolean canBuildAssertion(com.eviware.soapui.config.RequestAssertionConfig config)
getAssertionTypeForName
public java.lang.String getAssertionTypeForName(java.lang.String name)
getAvailableAssertionNames
public java.lang.String[] getAvailableAssertionNames(WsdlAssertionRegistry.AssertableType type)
getAssertionNameForType
public java.lang.String getAssertionNameForType(java.lang.String type)
canAddMultipleAssertions
public boolean canAddMultipleAssertions(java.lang.String name,
Assertable assertable)
canAddAssertion
public boolean canAddAssertion(WsdlMessageAssertion assertion,
Assertable assertable)
Copyright © 2005-2007 eviware.com. All Rights Reserved.