Package | Description |
---|---|
com.eviware.soapui.impl.rest.mock | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.support.http | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.mock |
WsdlMockService-related classes
|
com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
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.registry |
TestStep registry and factories
|
com.eviware.soapui.model.mock |
ModelItems for Mocking Web Services
|
com.eviware.soapui.model.project |
Project model items
|
com.eviware.soapui.model.testsuite |
Test-related model items
|
com.eviware.soapui.model.tree.nodes |
Tree nodes for all SoapUI model items
|
com.eviware.soapui.report |
Classes for creating JUnit-reports
|
com.eviware.soapui.security |
Modifier and Type | Class and Description |
---|---|
class |
RestMockResponse |
class |
RestMockService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMockResponse<MockResponseConfigType extends BaseMockResponseConfig> |
class |
AbstractMockService<MockOperationType extends MockOperation,MockServiceConfigType extends BaseMockServiceConfig> |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequestTestStep |
Modifier and Type | Class and Description |
---|---|
class |
WsdlProject
WSDL project implementation
|
class |
WsdlTestSuite
TestSuite implementation for WSDL projects.
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlMockResponse
A WsdlMockResponse contained by a WsdlMockOperation
|
class |
WsdlMockService
A MockService for simulation WsdlInterfaces and their operations
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlTestCase
TestCase implementation for WSDL projects
|
Constructor and Description |
---|
WsdlTestRunContext(TestCaseRunner testRunner,
StringToObjectMap properties,
TestModelItem testModelItem) |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpTestRequestStepInterface |
interface |
RestTestRequestStepInterface |
Modifier and Type | Class and Description |
---|---|
class |
AMFRequestTestStep |
class |
HttpTestRequestStep |
class |
JdbcRequestTestStep
WsdlTestStep that executes a WsdlTestRequest
|
class |
ManualTestStep |
class |
PropertyTransfersTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a
WsdlTestRequest request using XPath expressions
|
class |
RestTestRequestStep |
class |
WsdlDelayTestStep
TestStep that delays execution for a number of milliseconds
|
class |
WsdlGotoTestStep
TestStep that moves execution to another step based on the contents of a XML
Property
|
class |
WsdlGroovyScriptTestStep
TestStep that executes an arbitrary Groovy script
|
class |
WsdlMockResponseTestStep |
class |
WsdlPropertiesTestStep
TestStep that holds an arbitrary number of custom properties
|
class |
WsdlRunTestCaseTestStep |
class |
WsdlTestMockService |
class |
WsdlTestRequestStep
WsdlTestStep that executes a WsdlTestRequest
|
class |
WsdlTestStep
Base class for WSDL TestCase test steps.
|
class |
WsdlTestStepWithProperties
Base class for WSDL TestCase test steps.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TestAssertionRegistry.canAssert(String type,
TestModelItem modelItem,
String property) |
Modifier and Type | Class and Description |
---|---|
static class |
ProPlaceholderStepFactory.WsdlProPlaceholderTestStep |
Modifier and Type | Interface and Description |
---|---|
interface |
MockResponse
A MockResponse returned by a MockOperation.
|
interface |
MockService
ModelItem for mocking a number of Interfaces and their Operations
|
Modifier and Type | Interface and Description |
---|---|
interface |
Project
A SoapUI project
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationTestStep
A TestStep in a TestCase
|
interface |
SamplerTestStep |
interface |
TestCase
A TestCase holding a number of TestSteps
|
interface |
TestStep
A TestStep in a TestCase
|
interface |
TestSuite
A TestSuite holding a number of TestCases
|
Modifier and Type | Method and Description |
---|---|
static PropertiesTreeNode<?> |
PropertiesTreeNode.createDefaultPropertiesNode(TestModelItem modelItem,
SoapUITreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
protected HashMap<String,String> |
JUnitReportCollector.getTestPropertiesAsHashMap(TestModelItem testCase) |
Modifier and Type | Class and Description |
---|---|
class |
SecurityTest
This class is used to connect a TestCase with a set of security scans
|
Copyright © 2019. All Rights Reserved.