Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequestTestStep |
Modifier and Type | Method and Description |
---|---|
Assertable |
AddAssertionPanel.getAssertable() |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,SortedSet<AssertionListEntry>> |
AssertionCategoryMapping.getCategoriesAssertionsMap(Assertable assertable,
RecentAssertionHandler recentAssertionHandler) |
void |
AddAssertionPanel.setAssertable(Assertable assertable) |
void |
AddAssertionPanel.AssertionEntryRenderer.setAssertable(Assertable assertable) |
void |
AddAssertionPanel.CategoryListRenderer.setAssertable(Assertable assertable) |
Constructor and Description |
---|
AddAssertionPanel(Assertable assertable) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcRequest |
Constructor and Description |
---|
AssertionsPanel(Assertable assertable) |
JdbcAssertionsPanel(Assertable assertable) |
Modifier and Type | Class and Description |
---|---|
class |
AMFRequest |
Constructor and Description |
---|
AMFAssertionsPanel(Assertable assertable) |
Modifier and Type | Interface and Description |
---|---|
interface |
Assertable
Deprecated.
moved to com.eviware.soapui.model.testsuite.Assertable
|
Constructor and Description |
---|
AssertionsSupport(Assertable assertable,
AssertableConfig assertableConfig) |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpTestRequestInterface<T extends AbstractRequestConfig> |
interface |
HttpTestRequestStepInterface |
interface |
RestTestRequestInterface |
interface |
RestTestRequestStepInterface |
interface |
TestRequest |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Assertable |
WsdlMessageAssertion.getAssertable() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlMessageAssertion.setAssertable(Assertable assertable) |
Constructor and Description |
---|
WsdlMessageAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem,
boolean cloneable,
boolean configurable,
boolean multiple,
boolean requiresResponseContent) |
Constructor and Description |
---|
AddAssertionAction(Assertable assertable) |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,SortedSet<AssertionListEntry>> |
TestAssertionRegistry.addCategoriesAssertionsMap(Assertable assertable,
LinkedHashMap<String,SortedSet<AssertionListEntry>> categoryAssertionsMap) |
WsdlMessageAssertion |
TestAssertionRegistry.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
TestAssertion |
TestAssertionFactory.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
TestAssertion |
ProAssertionPlaceHolderFactory.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
TestAssertion |
AbstractTestAssertionFactory.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
boolean |
TestAssertionRegistry.canAddAssertion(WsdlMessageAssertion assertion,
Assertable assertable) |
boolean |
TestAssertionRegistry.canAddMultipleAssertions(String name,
Assertable assertable) |
boolean |
TestAssertionFactory.canAssert(Assertable assertable) |
boolean |
ProAssertionPlaceHolderFactory.canAssert(Assertable assertable) |
boolean |
AbstractTestAssertionFactory.canAssert(Assertable assertable) |
boolean |
TestAssertionRegistry.canAssert(String type,
Assertable assertable) |
String[] |
TestAssertionRegistry.getAvailableAssertionNames(Assertable assertable) |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaComplianceAssertion.Factory.canAssert(Assertable assertable) |
Constructor and Description |
---|
AbstractXmlContainsAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem,
boolean cloneable,
boolean configurable,
boolean multiple,
boolean requiresResponseContent) |
GroovyScriptAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem) |
ResponseSLAAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
SchemaComplianceAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SimpleContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SimpleNotContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
XPathContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
XQueryContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
HttpDownloadAllResourcesAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Modifier and Type | Method and Description |
---|---|
boolean |
JdbcTimeoutAssertion.Factory.canAssert(Assertable assertable) |
boolean |
JdbcStatusAssertion.Factory.canAssert(Assertable assertable) |
Constructor and Description |
---|
JdbcStatusAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JdbcTimeoutAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
JMSStatusAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JMSTimeoutAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Modifier and Type | Method and Description |
---|---|
boolean |
JsonPathAssertionBase.JsonAssertionFactory.canAssert(Assertable assertable) |
Constructor and Description |
---|
JsonPathAssertionBase(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathContentAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathCountAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathExistenceAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathRegExAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Modifier and Type | Method and Description |
---|---|
boolean |
RecentAssertionHandler.canAssert(String type,
Assertable assertable) |
Constructor and Description |
---|
NotSoapFaultAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SoapFaultAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SoapRequestAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SoapResponseAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
WSARequestAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
WSAResponseAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
WSSStatusAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityScan |
Modifier and Type | Interface and Description |
---|---|
interface |
SamplerTestStep |
Modifier and Type | Method and Description |
---|---|
Assertable |
TestAssertion.getAssertable() |
Constructor and Description |
---|
CrossSiteScriptAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
InvalidHttpStatusCodesAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SecurityAssertionPanel(Assertable assertable) |
SensitiveInfoExposureAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
ValidHttpStatusCodesAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2019. All Rights Reserved.