com.eviware.soapui.impl.wsdl.teststeps.assertions
Class TestAssertionRegistry
java.lang.Object
com.eviware.soapui.impl.wsdl.teststeps.assertions.TestAssertionRegistry
public class TestAssertionRegistry
- 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 |
TestAssertionRegistry
public TestAssertionRegistry()
addAssertion
public void addAssertion(TestAssertionFactory factory)
getInstance
public static TestAssertionRegistry getInstance()
buildAssertion
public WsdlMessageAssertion buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
canBuildAssertion
public boolean canBuildAssertion(com.eviware.soapui.config.TestAssertionConfig config)
getAssertionTypeForName
public java.lang.String getAssertionTypeForName(java.lang.String name)
getAvailableAssertionNames
public java.lang.String[] getAvailableAssertionNames(Assertable assertable)
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-2010 eviware.com. All Rights Reserved.