|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assertable | |
---|---|
com.eviware.soapui.impl.wsdl.panels.teststeps | WsdlTestStep panel classes |
com.eviware.soapui.impl.wsdl.support.assertions | Assertion-related support-classes |
com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations |
com.eviware.soapui.impl.wsdl.teststeps.actions | WsdlTestStep implementation actions |
com.eviware.soapui.impl.wsdl.teststeps.assertions | WsdlAssertion implementations and related classes |
com.eviware.soapui.impl.wsdl.teststeps.assertions.basic | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.soap | |
com.eviware.soapui.model.testsuite | Test-related model items |
Uses of Assertable in com.eviware.soapui.impl.wsdl.panels.teststeps |
---|
Constructors in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type Assertable | |
---|---|
AssertionsPanel(Assertable assertable)
|
Uses of Assertable in com.eviware.soapui.impl.wsdl.support.assertions |
---|
Subinterfaces of Assertable in com.eviware.soapui.impl.wsdl.support.assertions | |
---|---|
interface |
Assertable
Deprecated. moved to com.eviware.soapui.model.testsuite.Assertable |
Constructors in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type Assertable | |
---|---|
AssertionsSupport(Assertable assertable,
AssertableConfig modelItemConfig)
|
Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps |
---|
Subinterfaces of Assertable in com.eviware.soapui.impl.wsdl.teststeps | |
---|---|
interface |
TestRequest
|
Classes in com.eviware.soapui.impl.wsdl.teststeps that implement Assertable | |
---|---|
class |
HttpTestRequestStep
|
class |
RestTestRequest
|
class |
RestTestRequestStep
|
class |
WsdlAsyncResponseTestStep
|
class |
WsdlMockResponseTestStep
|
class |
WsdlTestRequest
WsdlRequest extension that adds WsdlAssertions |
class |
WsdlTestRequestStep
WsdlTestStep that executes a WsdlTestRequest |
Methods in com.eviware.soapui.impl.wsdl.teststeps that return Assertable | |
---|---|
Assertable |
WsdlMessageAssertion.getAssertable()
|
Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type Assertable | |
---|---|
WsdlMessageAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem,
boolean cloneable,
boolean configurable,
boolean multiple,
boolean requiresResponseContent)
|
Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.actions |
---|
Constructors in com.eviware.soapui.impl.wsdl.teststeps.actions with parameters of type Assertable | |
---|---|
AddAssertionAction(Assertable assertable)
|
Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.assertions |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions with parameters of type Assertable | |
---|---|
WsdlMessageAssertion |
TestAssertionRegistry.buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
|
TestAssertion |
TestAssertionFactory.buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
|
TestAssertion |
AbstractTestAssertionFactory.buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
|
boolean |
TestAssertionRegistry.canAddAssertion(WsdlMessageAssertion assertion,
Assertable assertable)
|
boolean |
TestAssertionRegistry.canAddMultipleAssertions(java.lang.String name,
Assertable assertable)
|
boolean |
TestAssertionFactory.canAssert(Assertable assertable)
|
boolean |
AbstractTestAssertionFactory.canAssert(Assertable assertable)
|
java.lang.String[] |
TestAssertionRegistry.getAvailableAssertionNames(Assertable assertable)
|
Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic with parameters of type Assertable | |
---|---|
boolean |
SchemaComplianceAssertion.Factory.canAssert(Assertable assertable)
|
Constructors in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic with parameters of type Assertable | |
---|---|
GroovyScriptAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
|
|
ResponseSLAAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion. |
|
SchemaComplianceAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
SimpleContainsAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
SimpleNotContainsAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
XPathContainsAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
XQueryContainsAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap |
---|
Constructors in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap with parameters of type Assertable | |
---|---|
NotSoapFaultAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
SoapFaultAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
SoapResponseAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
WSARequestAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion. |
|
WSAResponseAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion. |
|
WSSStatusAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion. |
Uses of Assertable in com.eviware.soapui.model.testsuite |
---|
Methods in com.eviware.soapui.model.testsuite that return Assertable | |
---|---|
Assertable |
TestAssertion.getAssertable()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |