public abstract class AbstractTestAssertionFactory extends Object implements TestAssertionFactory, SoapUIFactory
| Constructor and Description | 
|---|
| AbstractTestAssertionFactory(String id,
                            String label,
                            Class<? extends TestAssertion> assertionClass) | 
| AbstractTestAssertionFactory(String id,
                            String label,
                            Class<? extends TestAssertion> assertionClass,
                            Class<? extends ModelItem> targetClass) | 
| AbstractTestAssertionFactory(String id,
                            String label,
                            Class<? extends TestAssertion> assertionClass,
                            Class<? extends ModelItem>[] targetClasses) | 
| Modifier and Type | Method and Description | 
|---|---|
| TestAssertion | buildAssertion(TestAssertionConfig config,
              Assertable assertable) | 
| boolean | canAssert(Assertable assertable) | 
| boolean | canAssert(TestPropertyHolder modelItem,
         String property) | 
| String | getAssertionId() | 
| String | getAssertionLabel() | 
| Class<?> | getFactoryType()Gets the type | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssertionClassType, getAssertionListEntry, getCategorypublic AbstractTestAssertionFactory(String id, String label, Class<? extends TestAssertion> assertionClass)
public AbstractTestAssertionFactory(String id, String label, Class<? extends TestAssertion> assertionClass, Class<? extends ModelItem> targetClass)
public String getAssertionId()
getAssertionId in interface TestAssertionFactorypublic String getAssertionLabel()
getAssertionLabel in interface TestAssertionFactorypublic boolean canAssert(Assertable assertable)
canAssert in interface TestAssertionFactorypublic boolean canAssert(TestPropertyHolder modelItem, String property)
canAssert in interface TestAssertionFactorypublic TestAssertion buildAssertion(TestAssertionConfig config, Assertable assertable)
buildAssertion in interface TestAssertionFactorypublic Class<?> getFactoryType()
SoapUIFactorygetFactoryType in interface SoapUIFactoryCopyright © 2019. All Rights Reserved.