| Package | Description |
|---|---|
| com.github.restdriver.clientdriver | |
| com.github.restdriver.clientdriver.capture |
| Modifier and Type | Method and Description |
|---|---|
BodyCapture<?> |
ClientDriverRequest.getBodyCapture() |
| Modifier and Type | Method and Description |
|---|---|
ClientDriverRequest |
ClientDriverRequest.capturingBodyIn(BodyCapture<?> bodyCapture)
Setter for adding a
BodyCapture to the expectation for later assertions/debugging. |
static void |
RestClientDriver.waitFor(BodyCapture<?> bodyCapture,
long time,
TimeUnit timeUnit)
Waits for specified time for populated
BodyCapture object. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonBodyCapture
Implementation of BodyCapture which marshalls the body into a
JsonNode. |
class |
StringBodyCapture
Implementation of BodyCapture which just keeps the body as a String.
|
Copyright © 2013. All Rights Reserved.