Modifier and Type | Method and Description |
---|---|
String |
RestResource.buildPath(PropertyExpansionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
WsdlSubmitContext
Default implementation
|
Modifier and Type | Method and Description |
---|---|
PropertyExpansionContext |
WsdlProject.getContext() |
Modifier and Type | Class and Description |
---|---|
class |
WsdlLoadTestContext
LoadTestRunContext implementation for WsdlLoadTests
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlMockRunContext
MockRunContext available during dispatching of a WsdlMockRequest
|
Modifier and Type | Class and Description |
---|---|
class |
MockLoadTestRunContext |
class |
MockProjectRunContext |
class |
MockTestRunContext
Dummy TestRunContext used when executing TestSteps one by one
|
class |
MockTestSuiteRunContext |
Modifier and Type | Method and Description |
---|---|
Object |
SoapUIAMFConnection.call(PropertyExpansionContext context,
String command,
Object... arguments)
Makes an AMF request to the server.
|
Constructor and Description |
---|
BaseHttpResponse(ExtendedHttpMethod httpMethod,
AbstractHttpRequestInterface<?> httpRequest,
PropertyExpansionContext context) |
SinglePartHttpResponse(AbstractHttpRequestInterface<?> httpRequest,
ExtendedHttpMethod httpMethod,
String requestContent,
PropertyExpansionContext context) |
Constructor and Description |
---|
MimeMessageResponse(AbstractHttpRequestInterface<?> httpRequest,
ExtendedHttpMethod httpMethod,
String requestContent,
PropertyExpansionContext context) |
WsdlMimeMessageResponse(WsdlRequest httpRequest,
ExtendedHttpMethod httpMethod,
String requestContent,
PropertyExpansionContext context) |
WsdlSinglePartHttpResponse(WsdlRequest wsdlRequest,
ExtendedHttpMethod postMethod,
String requestContent,
PropertyExpansionContext context) |
Modifier and Type | Method and Description |
---|---|
static String |
PathUtils.expandPath(String path,
AbstractWsdlModelItem<?> modelItem,
PropertyExpansionContext context) |
static String |
PathUtils.getExpandedResourceRoot(ModelItem modelItem,
PropertyExpansionContext context) |
Constructor and Description |
---|
WsaUtils(String content,
SoapVersion soapVersion,
WsdlOperation operation,
PropertyExpansionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WssEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
Vector<Object> |
IncomingWss.processIncoming(Document soapDocument,
PropertyExpansionContext context) |
void |
OutgoingWss.processOutgoing(Document soapDocument,
PropertyExpansionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UsernameEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
void |
TimestampEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
void |
SignatureEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
void |
ManualSAMLEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
void |
EncryptionEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
void |
AutomaticSAMLEntry.process(org.apache.ws.security.message.WSSecHeader secHeader,
Document doc,
PropertyExpansionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
WsdlProjectRunContext |
class |
WsdlTestRunContext
TestRunContext for WsdlTestCase runners
|
class |
WsdlTestSuiteRunContext
TestRunContext for WsdlTestCase runners
|
Modifier and Type | Method and Description |
---|---|
protected PropertyExpansionContext |
JsonPathAssertionBase.getPropertyExpansionContext() |
Modifier and Type | Interface and Description |
---|---|
interface |
SubmitContext
Context information for a submit
|
Modifier and Type | Interface and Description |
---|---|
interface |
MockRunContext
Context available for the duration of a MockServices execution
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertyExpansionContext |
static class |
PropertyExpansionUtils.GlobalPropertyExpansionContext |
Modifier and Type | Method and Description |
---|---|
String |
PropertyExpander.expand(PropertyExpansionContext context,
String content) |
String |
PropertyExpander.expand(PropertyExpansionContext context,
String content,
boolean entitize) |
static String |
PropertyExpansionUtils.expandProperties(PropertyExpansionContext context,
String content)
Deprecated.
|
static String |
PropertyExpander.expandProperties(PropertyExpansionContext context,
String content) |
static String |
PropertyExpansionUtils.expandProperties(PropertyExpansionContext context,
String content,
boolean entitize)
Deprecated.
|
static String |
PropertyExpander.expandProperties(PropertyExpansionContext context,
String content,
boolean entitize) |
void |
DefaultPropertyExpansionContext.setProperties(PropertyExpansionContext context) |
Modifier and Type | Method and Description |
---|---|
static String |
ResolverUtils.checkForExplicitReference(String propertyName,
String prefix,
TestPropertyHolder holder,
PropertyExpansionContext context,
boolean globalOverride) |
String |
DynamicPropertyResolver.ValueProvider.getValue(PropertyExpansionContext context) |
static String |
ResolverUtils.parseProperty(String name,
TestPropertyHolder holder,
PropertyExpansionContext context,
boolean globalOverride) |
String |
TestRunPropertyResolver.resolveProperty(PropertyExpansionContext context,
String propertyName,
boolean globalOverride) |
String |
SubmitPropertyResolver.resolveProperty(PropertyExpansionContext context,
String propertyName,
boolean globalOverride) |
String |
PropertyResolver.resolveProperty(PropertyExpansionContext context,
String name,
boolean globalOverride) |
String |
ModelItemPropertyResolver.resolveProperty(PropertyExpansionContext context,
String pe,
boolean globalOverride) |
String |
MockRunPropertyResolver.resolveProperty(PropertyExpansionContext context,
String propertyName,
boolean globalOverride) |
String |
GlobalPropertyResolver.resolveProperty(PropertyExpansionContext context,
String name,
boolean globalOverride) |
String |
EvalPropertyResolver.resolveProperty(PropertyExpansionContext context,
String name,
boolean globalOverride) |
String |
DynamicPropertyResolver.resolveProperty(PropertyExpansionContext context,
String name,
boolean globalOverride) |
String |
ContextPropertyResolver.resolveProperty(PropertyExpansionContext context,
String propertyName,
boolean globalOverride) |
Modifier and Type | Method and Description |
---|---|
String |
WorkspaceDirProvider.getValue(PropertyExpansionContext context) |
String |
ProjectDirProvider.getValue(PropertyExpansionContext context) |
String |
CurrentStepRunIndexProvider.getValue(PropertyExpansionContext context) |
String |
CurrentStepIndexProvider.getValue(PropertyExpansionContext context) |
String |
CurrentRunStepIndexProvider.getValue(PropertyExpansionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubmitContext<T extends ModelItem>
Base-class for submit contexts
|
Modifier and Type | Interface and Description |
---|---|
interface |
LoadTestRunContext
Context information for a loadtest run session
|
interface |
ProjectRunContext
Context information for a testcase run session
|
interface |
TestCaseRunContext
Context information for a testcase run session
|
interface |
TestRunContext |
interface |
TestSuiteRunContext
Context information for a testcase run session
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityTestContext
SecurityTestContext implementation for SecurityTests not active - just left
in case needed later
|
class |
SecurityTestRunContext
Context information for a securitytest run session
|
Modifier and Type | Field and Description |
---|---|
protected PropertyExpansionContext |
GroovyUtils.context |
Constructor and Description |
---|
GroovyUtils(PropertyExpansionContext context) |
XmlHolder(PropertyExpansionContext context,
String propertyRef) |
Modifier and Type | Method and Description |
---|---|
static Connection |
JdbcUtils.initConnection(PropertyExpansionContext context,
String driver,
String connectionString,
String password) |
Copyright © 2019. All Rights Reserved.