| Package | Description |
|---|---|
| net.javacrumbs.smock.common | |
| net.javacrumbs.smock.common.client |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateAwareMessageMatcher
MessageMatcher that processes template before comparison. |
| Modifier and Type | Method and Description |
|---|---|
ParametrizableRequestMatcher |
AbstractCommonSmockClientTest.message(Document message)
Expects the given
Source XML message. |
static ParametrizableRequestMatcher |
CommonSmockClient.message(Document message)
Expects the given
Source XML message. |
ParametrizableRequestMatcher |
AbstractCommonSmockClientTest.message(org.springframework.core.io.Resource message)
Expects the given
Resource XML message. |
static ParametrizableRequestMatcher |
CommonSmockClient.message(org.springframework.core.io.Resource message)
Expects the given
Resource XML message. |
ParametrizableRequestMatcher |
AbstractCommonSmockClientTest.message(Source message)
Expects the given
Source XML message. |
static ParametrizableRequestMatcher |
CommonSmockClient.message(Source message)
Expects the given
Source XML message. |
ParametrizableRequestMatcher |
AbstractCommonSmockClientTest.message(String location)
Expects the given XML message loaded from resource with given name.
|
static ParametrizableRequestMatcher |
CommonSmockClient.message(String location)
Expects the given XML message loaded from resource with given name.
|
ParametrizableRequestMatcher |
ParametrizableRequestMatcher.withParameter(String name,
Object value)
Adds parameter to the
RequestMatcher |
ParametrizableRequestMatcher |
ParametrizableRequestMatcher.withParameters(Map<String,Object> parameters)
Adds parameters to the
RequestMatcher |
Copyright © 2017. All Rights Reserved.