|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestAssertion | |
---|---|
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.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 TestAssertion in com.eviware.soapui.impl.wsdl.support.assertions |
---|
Methods in com.eviware.soapui.impl.wsdl.support.assertions that return TestAssertion | |
---|---|
TestAssertion |
AssertionsSupport.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
AssertedXPathImpl.getAssertion()
|
Methods in com.eviware.soapui.impl.wsdl.support.assertions that return types with arguments of type TestAssertion | |
---|---|
java.util.Map<java.lang.String,TestAssertion> |
AssertionsSupport.getAssertions()
|
Methods in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type TestAssertion | |
---|---|
TestAssertion |
AssertionsSupport.cloneAssertion(TestAssertion source,
java.lang.String name)
|
Constructors in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type TestAssertion | |
---|---|
AssertedXPathImpl(TestAssertion assertion,
java.lang.String path,
org.apache.xmlbeans.XmlObject assertedContent)
|
Uses of TestAssertion in com.eviware.soapui.impl.wsdl.teststeps |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps that implement TestAssertion | |
---|---|
class |
WsdlMessageAssertion
Base class for WsdlAssertions |
Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestAssertion | |
---|---|
TestAssertion |
WsdlTestRequestStep.addAssertion(java.lang.String type)
|
TestAssertion |
RestTestRequestStep.addAssertion(java.lang.String type)
|
TestAssertion |
HttpTestRequestStep.addAssertion(java.lang.String type)
|
TestAssertion |
WsdlTestRequestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
WsdlTestRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
RestTestRequestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
RestTestRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
HttpTestRequestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
HttpTestRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
WsdlTestRequestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
RestTestRequestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
HttpTestRequestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
WsdlTestRequestStep.moveAssertion(int ix,
int whereTo)
|
TestAssertion |
WsdlTestRequest.moveAssertion(int ix,
int offset)
|
TestAssertion |
WsdlMockResponseTestStep.moveAssertion(int ix,
int offset)
|
TestAssertion |
RestTestRequestStep.moveAssertion(int ix,
int offset)
|
TestAssertion |
RestTestRequest.moveAssertion(int ix,
int offset)
|
TestAssertion |
HttpTestRequestStep.moveAssertion(int ix,
int offset)
|
TestAssertion |
HttpTestRequest.moveAssertion(int ix,
int offset)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type TestAssertion | |
---|---|
java.util.List<TestAssertion> |
WsdlTestRequestStep.getAssertionList()
|
java.util.List<TestAssertion> |
WsdlTestRequest.getAssertionList()
|
java.util.List<TestAssertion> |
WsdlMockResponseTestStep.getAssertionList()
|
java.util.List<TestAssertion> |
RestTestRequestStep.getAssertionList()
|
java.util.List<TestAssertion> |
RestTestRequest.getAssertionList()
|
java.util.List<TestAssertion> |
HttpTestRequestStep.getAssertionList()
|
java.util.List<TestAssertion> |
HttpTestRequest.getAssertionList()
|
java.util.Map<java.lang.String,TestAssertion> |
WsdlTestRequestStep.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
WsdlTestRequest.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
WsdlMockResponseTestStep.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
RestTestRequestStep.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
RestTestRequest.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
HttpTestRequestStep.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
HttpTestRequest.getAssertions()
|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestAssertion | |
---|---|
TestAssertion |
WsdlTestRequestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
WsdlTestRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
WsdlMessageAssertion |
WsdlMockResponseTestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
RestTestRequestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
RestTestRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
HttpTestRequestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
HttpTestRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
void |
WsdlTestRequestStep.removeAssertion(TestAssertion assertion)
|
void |
WsdlTestRequest.removeAssertion(TestAssertion assertion)
|
void |
WsdlMockResponseTestStep.removeAssertion(TestAssertion assertion)
|
void |
RestTestRequestStep.removeAssertion(TestAssertion assertion)
|
void |
RestTestRequest.removeAssertion(TestAssertion assertion)
|
void |
HttpTestRequestStep.removeAssertion(TestAssertion assertion)
|
void |
HttpTestRequest.removeAssertion(TestAssertion assertion)
|
Uses of TestAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions that return TestAssertion | |
---|---|
TestAssertion |
TestAssertionFactory.buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
|
TestAssertion |
AbstractTestAssertionFactory.buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
|
Constructor parameters in com.eviware.soapui.impl.wsdl.teststeps.assertions with type arguments of type TestAssertion | |
---|---|
AbstractTestAssertionFactory(java.lang.String id,
java.lang.String label,
java.lang.Class<? extends TestAssertion> assertionClass)
|
|
AbstractTestAssertionFactory(java.lang.String id,
java.lang.String label,
java.lang.Class<? extends TestAssertion> assertionClass,
java.lang.Class<? extends ModelItem> targetClass)
|
|
AbstractTestAssertionFactory(java.lang.String id,
java.lang.String label,
java.lang.Class<? extends TestAssertion> assertionClass,
java.lang.Class<? extends ModelItem>[] targetClasses)
|
Uses of TestAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic that implement TestAssertion | |
---|---|
class |
GroovyScriptAssertion
Assertion performed by a custom Grooy Script |
class |
ResponseSLAAssertion
Assertion for verifiying that responses occurred in the desired amount of time. |
class |
SchemaComplianceAssertion
Asserts that a request or response message complies with its related WSDL definition / XML Schema |
class |
SimpleContainsAssertion
Assertion that checks for a specified text token in the associated WsdlTestRequests response XML message |
class |
SimpleNotContainsAssertion
Assertion that checks for the non-existence of a specified text token in the associated WsdlTestRequests response message |
class |
XPathContainsAssertion
Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message |
class |
XQueryContainsAssertion
Assertion that matches a specified XQuery expression and its expected result against the associated WsdlTestRequests response message |
Uses of TestAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap that implement TestAssertion | |
---|---|
class |
NotSoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault |
class |
SoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is a SOAP Fault |
class |
SoapResponseAssertion
Asserts that the specified message is a valid SOAP Message |
class |
WSARequestAssertion
Assertion for verifying that WS-Addressing processing was ok |
class |
WSAResponseAssertion
Assertion for verifying that WS-Addressing processing was ok |
class |
WSSStatusAssertion
Assertion for verifiying that WS-Security processing was ok |
Uses of TestAssertion in com.eviware.soapui.model.testsuite |
---|
Methods in com.eviware.soapui.model.testsuite that return TestAssertion | |
---|---|
TestAssertion |
Assertable.addAssertion(java.lang.String selection)
|
TestAssertion |
Assertable.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
AssertedXPath.getAssertion()
|
TestAssertion |
Assertable.getAssertionAt(int c)
|
TestAssertion |
Assertable.getAssertionByName(java.lang.String name)
|
TestAssertion |
Assertable.moveAssertion(int ix,
int offset)
|
Methods in com.eviware.soapui.model.testsuite that return types with arguments of type TestAssertion | |
---|---|
java.util.List<TestAssertion> |
Assertable.getAssertionList()
|
java.util.Map<java.lang.String,TestAssertion> |
Assertable.getAssertions()
|
Methods in com.eviware.soapui.model.testsuite with parameters of type TestAssertion | |
---|---|
void |
AssertionsListener.assertionAdded(TestAssertion assertion)
|
void |
AssertionsListener.assertionMoved(TestAssertion assertion,
int ix,
int offset)
|
void |
AssertionsListener.assertionRemoved(TestAssertion assertion)
|
TestAssertion |
Assertable.cloneAssertion(TestAssertion source,
java.lang.String name)
|
void |
Assertable.removeAssertion(TestAssertion assertion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |