| Package | Description |
|---|---|
| net.javacrumbs.smock.common | |
| net.javacrumbs.smock.common.client |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateAwareMessageCreator
MessageCreator that preprocesses response using TemplateProcessor. |
| Modifier and Type | Method and Description |
|---|---|
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(Document message)
Respond with the given
Document XML as response. |
ParametrizableResponseCreator |
AbstractCommonSmockClientTest.withMessage(org.springframework.core.io.Resource message)
Respond with the given XML loaded from resource as response.
|
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(org.springframework.core.io.Resource location)
Respond with the given XML loaded from resource as response.
|
ParametrizableResponseCreator |
AbstractCommonSmockClientTest.withMessage(Source message)
Respond with the given
Source XML as response. |
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(Source message)
Respond with the given
Source XML as response. |
ParametrizableResponseCreator |
AbstractCommonSmockClientTest.withMessage(String location)
Respond with the given XML loaded from resource as response.
|
static ParametrizableResponseCreator |
CommonSmockClient.withMessage(String location)
Respond with the given XML loaded from resource as response.
|
ParametrizableResponseCreator |
ParametrizableResponseCreator.withParameter(String name,
Object value)
Adds parameter to the
ResponseCreator |
ParametrizableResponseCreator |
ParametrizableResponseCreator.withParameters(Map<String,Object> parameters)
Adds parameters to the
ResponseCreator |
Copyright © 2017. All Rights Reserved.