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, wait
getAssertionClassType, getAssertionListEntry, getCategory
public 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 TestAssertionFactory
public String getAssertionLabel()
getAssertionLabel
in interface TestAssertionFactory
public boolean canAssert(Assertable assertable)
canAssert
in interface TestAssertionFactory
public boolean canAssert(TestPropertyHolder modelItem, String property)
canAssert
in interface TestAssertionFactory
public TestAssertion buildAssertion(TestAssertionConfig config, Assertable assertable)
buildAssertion
in interface TestAssertionFactory
public Class<?> getFactoryType()
SoapUIFactory
getFactoryType
in interface SoapUIFactory
Copyright © 2019. All Rights Reserved.