|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestAssertion | |
|---|---|
| com.eviware.soapui.impl.wsdl.panels.teststeps | WsdlTestStep panel classes |
| com.eviware.soapui.impl.wsdl.panels.teststeps.amf | |
| 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.http | |
| com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc | |
| com.eviware.soapui.impl.wsdl.teststeps.assertions.jms | |
| com.eviware.soapui.impl.wsdl.teststeps.assertions.soap | |
| com.eviware.soapui.model.testsuite | Test-related model items |
| com.eviware.soapui.security.assertion | |
| com.eviware.soapui.security.scan | |
| com.eviware.soapui.tools | SoapUI command-line tools |
| Uses of TestAssertion in com.eviware.soapui.impl.wsdl.panels.teststeps |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return TestAssertion | |
|---|---|
TestAssertion |
JdbcRequest.addAssertion(java.lang.String selection)
|
TestAssertion |
JdbcRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
JdbcRequest.getAssertionAt(int c)
|
TestAssertion |
AssertionsPanel.AssertionListModel.getAssertionAt(int index)
|
TestAssertion |
JdbcRequest.getAssertionByName(java.lang.String name)
|
TestAssertion |
JdbcRequest.moveAssertion(int ix,
int offset)
|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return types with arguments of type TestAssertion | |
|---|---|
java.util.List<TestAssertion> |
JdbcRequest.getAssertionList()
|
java.util.Map<java.lang.String,TestAssertion> |
JdbcRequest.getAssertions()
|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type TestAssertion | |
|---|---|
protected void |
AssertionsPanel.AssertionListModel.addAssertion(TestAssertion assertion)
|
void |
AssertionsPanel.AssertionListModel.assertionAdded(TestAssertion assertion)
|
void |
AssertionsPanel.AssertionListModel.assertionMoved(TestAssertion newAssertion,
int ix,
int offset)
|
void |
AssertionsPanel.AssertionListModel.assertionRemoved(TestAssertion assertion)
|
TestAssertion |
JdbcRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
void |
JdbcRequest.removeAssertion(TestAssertion assertion)
|
| Uses of TestAssertion in com.eviware.soapui.impl.wsdl.panels.teststeps.amf |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return TestAssertion | |
|---|---|
TestAssertion |
AMFRequest.addAssertion(java.lang.String selection)
|
TestAssertion |
AMFRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
AMFRequest.getAssertionAt(int c)
|
TestAssertion |
AMFRequest.getAssertionByName(java.lang.String name)
|
TestAssertion |
AMFRequest.moveAssertion(int ix,
int offset)
|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return types with arguments of type TestAssertion | |
|---|---|
java.util.List<TestAssertion> |
AMFRequest.getAssertionList()
|
java.util.Map<java.lang.String,TestAssertion> |
AMFRequest.getAssertions()
|
| Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with parameters of type TestAssertion | |
|---|---|
TestAssertion |
AMFRequest.cloneAssertion(TestAssertion source,
java.lang.String name)
|
void |
AMFRequest.removeAssertion(TestAssertion assertion)
|
| 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 |
JdbcRequestTestStep.addAssertion(java.lang.String assertionLabel)
|
TestAssertion |
HttpTestRequestStep.addAssertion(java.lang.String type)
|
TestAssertion |
AMFRequestTestStep.addAssertion(java.lang.String assertionLabel)
|
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 |
JdbcRequestTestStep.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 |
AMFRequestTestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
JdbcRequestTestStep.getAssertionAt(int c)
|
TestAssertion |
AMFRequestTestStep.getAssertionAt(int c)
|
TestAssertion |
WsdlTestRequestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
RestTestRequestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
JdbcRequestTestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
HttpTestRequestStep.getAssertionByName(java.lang.String name)
|
TestAssertion |
AMFRequestTestStep.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 |
JdbcRequestTestStep.moveAssertion(int ix,
int offset)
|
TestAssertion |
HttpTestRequestStep.moveAssertion(int ix,
int offset)
|
TestAssertion |
HttpTestRequest.moveAssertion(int ix,
int offset)
|
TestAssertion |
AMFRequestTestStep.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> |
JdbcRequestTestStep.getAssertionList()
|
java.util.List<TestAssertion> |
HttpTestRequestStep.getAssertionList()
|
java.util.List<TestAssertion> |
HttpTestRequest.getAssertionList()
|
java.util.List<TestAssertion> |
AMFRequestTestStep.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> |
JdbcRequestTestStep.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
HttpTestRequestStep.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
HttpTestRequest.getAssertions()
|
java.util.Map<java.lang.String,TestAssertion> |
AMFRequestTestStep.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 |
JdbcRequestTestStep.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 |
AMFRequestTestStep.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 |
JdbcRequestTestStep.removeAssertion(TestAssertion assertion)
|
void |
HttpTestRequestStep.removeAssertion(TestAssertion assertion)
|
void |
HttpTestRequest.removeAssertion(TestAssertion assertion)
|
void |
AMFRequestTestStep.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.http |
|---|
| Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.http that implement TestAssertion | |
|---|---|
class |
HttpDownloadAllResourcesAssertion
|
| Uses of TestAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc |
|---|
| Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc that implement TestAssertion | |
|---|---|
class |
JdbcStatusAssertion
|
class |
JdbcTimeoutAssertion
|
| Uses of TestAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms |
|---|
| Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms that implement TestAssertion | |
|---|---|
class |
JMSStatusAssertion
Asserts JMS connection |
class |
JMSTimeoutAssertion
Asserts JMS response within timeout |
| 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 |
SoapRequestAssertion
Asserts that the specified message is a valid SOAP Message |
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)
|
| Uses of TestAssertion in com.eviware.soapui.security.assertion |
|---|
| Classes in com.eviware.soapui.security.assertion that implement TestAssertion | |
|---|---|
class |
CrossSiteScriptAssertion
|
class |
InvalidHttpStatusCodesAssertion
Asserts Http status code in response |
class |
SensitiveInfoExposureAssertion
|
class |
ValidHttpStatusCodesAssertion
Asserts Http status code in response |
| Methods in com.eviware.soapui.security.assertion with parameters of type TestAssertion | |
|---|---|
protected void |
SecurityAssertionPanel.SecurityAssertionListModel.addAssertion(TestAssertion assertion)
|
| Uses of TestAssertion in com.eviware.soapui.security.scan |
|---|
| Methods in com.eviware.soapui.security.scan that return TestAssertion | |
|---|---|
TestAssertion |
AbstractSecurityScan.addAssertion(java.lang.String label)
|
TestAssertion |
AbstractSecurityScan.cloneAssertion(TestAssertion source,
java.lang.String name)
|
TestAssertion |
AbstractSecurityScan.getAssertionByName(java.lang.String name)
|
TestAssertion |
AbstractSecurityScan.moveAssertion(int ix,
int offset)
|
| Methods in com.eviware.soapui.security.scan that return types with arguments of type TestAssertion | |
|---|---|
java.util.List<TestAssertion> |
AbstractSecurityScan.getAssertionList()
|
java.util.Map<java.lang.String,TestAssertion> |
AbstractSecurityScan.getAssertions()
|
| Methods in com.eviware.soapui.security.scan with parameters of type TestAssertion | |
|---|---|
TestAssertion |
AbstractSecurityScan.cloneAssertion(TestAssertion source,
java.lang.String name)
|
void |
AbstractSecurityScan.removeAssertion(TestAssertion assertion)
|
| Uses of TestAssertion in com.eviware.soapui.tools |
|---|
| Methods in com.eviware.soapui.tools that return types with arguments of type TestAssertion | |
|---|---|
java.util.Map<TestAssertion,WsdlTestStepResult> |
SoapUITestCaseRunner.getAssertionResults()
|
java.util.List<TestAssertion> |
SoapUITestCaseRunner.getAssertions()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||