| Modifier and Type | Class and Description |
|---|---|
class |
Contains
ResponseBodyAssertion that verifies that the body body the expected value. |
class |
Equals
ResponseBodyAssertion that verifies that the body is equal to the expected value. |
class |
ResponseBodyAssertion
Matcher that applies a determined String Matcher to the body of a Response. |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderContains
ResponseHeaderAssertion that verifies that a determined header is present. |
class |
HeaderEquals
ResponseHeaderAssertion that verifies that a determined header is present and body the expected value. |
class |
ResponseHeaderAssertion
Matcher that applies a determined String Matcher to the headers of a Response. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidRaml |
| Modifier and Type | Class and Description |
|---|---|
class |
Status
Matcher that validates that the status code of a Response is the expected value, which can either be a status code (three digit integer) or a family (2xx or 4xx
for example). |
| Constructor and Description |
|---|
TestCase(List<ParameterizedRequest> setupAbstractRequestList,
ParameterizedRequest request,
List<ParameterizedRequest> tearDownRequestList,
List<RequestAndResponseAssertion> assertions) |
Copyright © 2016. All rights reserved.