T - The body typepublic final class BodyAssertion<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BodyAssertion.AssertionBuilder<T>
The interface for typed BodyAssertion Builders.
|
static class |
BodyAssertion.Builder
BodyAssertion Builder.
|
static class |
BodyAssertion.ByteArrayBodyAssertionBuilder
Byte Array BodyAssertion Builder.
|
static class |
BodyAssertion.StringBodyAssertionBuilder
String BodyAssertion Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static BodyAssertion.Builder |
builder() |
void |
evaluate(T body)
Evaluates the HTTP Response Body.
|
Class<T> |
getBodyType() |
public static BodyAssertion.Builder builder()
public void evaluate(T body)
body - The HTTP Response Body