com.eviware.soapui.impl.wsdl.loadtest.assertions
Class LoadTestAssertionRegistry
java.lang.Object
com.eviware.soapui.impl.wsdl.loadtest.assertions.LoadTestAssertionRegistry
public class LoadTestAssertionRegistry
- extends java.lang.Object
Registry for available LoadTestAssertions
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadTestAssertionRegistry
public LoadTestAssertionRegistry()
getInstance
public static LoadTestAssertionRegistry getInstance()
buildAssertion
public static AbstractLoadTestAssertion buildAssertion(com.eviware.soapui.config.LoadTestAssertionConfig config,
WsdlLoadTest loadTest)
createAssertionConfig
public static com.eviware.soapui.config.LoadTestAssertionConfig createAssertionConfig(java.lang.String type)
getAvailableAssertions
public static java.lang.String[] getAvailableAssertions()
createAssertion
public static LoadTestAssertion createAssertion(java.lang.String type,
WsdlLoadTest loadTest)
Copyright © 2005-2009 eviware.com. All Rights Reserved.