| Package | Description |
|---|---|
| net.javacrumbs.smock.common | |
| net.javacrumbs.smock.common.server |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateAwareMessageMatcher
MessageMatcher that processes template before comparison. |
| Modifier and Type | Method and Description |
|---|---|
static ParametrizableResponseMatcher |
CommonSmockServer.message(Document message)
Expects the given message.
|
ParametrizableResponseMatcher |
AbstractCommonSmockServerTest.message(Document message)
Expects the given message.
|
static ParametrizableResponseMatcher |
CommonSmockServer.message(org.springframework.core.io.Resource messageResource)
Expects the given message.
|
ParametrizableResponseMatcher |
AbstractCommonSmockServerTest.message(org.springframework.core.io.Resource messageResource)
Expects the given message.
|
static ParametrizableResponseMatcher |
CommonSmockServer.message(Source content)
Expects the given message.
|
ParametrizableResponseMatcher |
AbstractCommonSmockServerTest.message(Source content)
Expects the given message.
|
static ParametrizableResponseMatcher |
CommonSmockServer.message(String messageResource)
Expects the given message.
|
ParametrizableResponseMatcher |
AbstractCommonSmockServerTest.message(String messageResource)
Expects the given message.
|
ParametrizableResponseMatcher |
ParametrizableResponseMatcher.withParameter(String name,
Object value)
Adds parameter to the
ResponseMatcher |
ParametrizableResponseMatcher |
ParametrizableResponseMatcher.withParameters(Map<String,Object> parameters)
Adds parameters to the
ResponseMatcher |
Copyright © 2017. All Rights Reserved.