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.BuilderBodyAssertion Builder. | 
| static class  | BodyAssertion.ByteArrayBodyAssertionBuilderByte Array BodyAssertion Builder. | 
| static class  | BodyAssertion.StringBodyAssertionBuilderString 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