|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Assertable | |
|---|---|
| com.eviware.soapui.impl.support.http | |
| 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.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.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.security | |
| com.eviware.soapui.model.testsuite | Test-related model items |
| com.eviware.soapui.security.assertion | |
| com.eviware.soapui.security.scan | |
| Uses of Assertable in com.eviware.soapui.impl.support.http |
|---|
| Subinterfaces of Assertable in com.eviware.soapui.impl.support.http | |
|---|---|
interface |
HttpRequestTestStep
|
| Uses of Assertable in com.eviware.soapui.impl.wsdl.panels.teststeps |
|---|
| Classes in com.eviware.soapui.impl.wsdl.panels.teststeps that implement Assertable | |
|---|---|
class |
JdbcRequest
|
| Constructors in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type Assertable | |
|---|---|
AssertionsPanel(Assertable assertable)
|
|
JdbcRequestTestStepDesktopPanel.JdbcAssertionsPanel(Assertable assertable)
|
|
| Uses of Assertable in com.eviware.soapui.impl.wsdl.panels.teststeps.amf |
|---|
| Classes in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that implement Assertable | |
|---|---|
class |
AMFRequest
|
| Constructors in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with parameters of type Assertable | |
|---|---|
AMFRequestTestStepDesktopPanel.AMFAssertionsPanel(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 assertableConfig)
|
|
| Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps |
|---|
| Subinterfaces of Assertable in com.eviware.soapui.impl.wsdl.teststeps | |
|---|---|
interface |
HttpTestRequestInterface<T extends AbstractRequestConfig>
|
interface |
HttpTestRequestStepInterface
|
interface |
RestTestRequestInterface
|
interface |
RestTestRequestStepInterface
|
interface |
TestRequest
|
| Classes in com.eviware.soapui.impl.wsdl.teststeps that implement Assertable | |
|---|---|
class |
AMFRequestTestStep
|
class |
HttpTestRequest
|
class |
HttpTestRequestStep
|
class |
JdbcRequestTestStep
WsdlTestStep that executes a WsdlTestRequest |
class |
RestTestRequest
|
class |
RestTestRequestStep
|
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.http |
|---|
| Constructors in com.eviware.soapui.impl.wsdl.teststeps.assertions.http with parameters of type Assertable | |
|---|---|
HttpDownloadAllResourcesAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
| Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc |
|---|
| Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc with parameters of type Assertable | |
|---|---|
boolean |
JdbcTimeoutAssertion.Factory.canAssert(Assertable assertable)
|
boolean |
JdbcStatusAssertion.Factory.canAssert(Assertable assertable)
|
| Constructors in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc with parameters of type Assertable | |
|---|---|
JdbcStatusAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
JdbcTimeoutAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
| Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms |
|---|
| Constructors in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms with parameters of type Assertable | |
|---|---|
JMSStatusAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
JMSTimeoutAssertion(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)
|
|
SoapRequestAssertion(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.security |
|---|
| Subinterfaces of Assertable in com.eviware.soapui.model.security | |
|---|---|
interface |
SecurityScan
|
| Uses of Assertable in com.eviware.soapui.model.testsuite |
|---|
| Subinterfaces of Assertable in com.eviware.soapui.model.testsuite | |
|---|---|
interface |
SamplerTestStep
|
| Methods in com.eviware.soapui.model.testsuite that return Assertable | |
|---|---|
Assertable |
TestAssertion.getAssertable()
|
| Uses of Assertable in com.eviware.soapui.security.assertion |
|---|
| Constructors in com.eviware.soapui.security.assertion with parameters of type Assertable | |
|---|---|
CrossSiteScriptAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
InvalidHttpStatusCodesAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
SecurityAssertionPanel(Assertable assertable)
|
|
SensitiveInfoExposureAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
ValidHttpStatusCodesAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
|
|
| Uses of Assertable in com.eviware.soapui.security.scan |
|---|
| Classes in com.eviware.soapui.security.scan that implement Assertable | |
|---|---|
class |
AbstractSecurityScan
Implementation that is common for all security scans. |
class |
AbstractSecurityScanWithProperties
These are for Security Scans that mutate parameters. |
class |
BoundarySecurityScan
|
class |
CrossSiteScriptingScan
This checks whether any parameters sent in the request are included in the response, If they do appear, this is a good parameter to look at as a possible attack vector for XSS |
class |
FuzzerSecurityScan
|
class |
GroovySecurityScan
|
class |
InvalidTypesSecurityScan
|
class |
MalformedXmlSecurityScan
|
class |
MaliciousAttachmentSecurityScan
|
class |
SQLInjectionScan
This will test whether a targeted web page is vulnerable to reflected XSS attacks |
class |
XmlBombSecurityScan
|
class |
XPathInjectionSecurityScan
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||