public class RestAssert extends Object
| Modifier and Type | Method and Description |
|---|---|
Response |
response() |
Should |
should() |
RestAssert |
withAuthentication(String login,
String password) |
RestAssert |
withHeader(String name,
String value) |
RestAssert |
withPreemptiveAuthentication(String login,
String password) |
public Response response()
public RestAssert withHeader(String name, String value)
public RestAssert withPreemptiveAuthentication(String login, String password)
public RestAssert withAuthentication(String login, String password)
public Should should()
Copyright © 2015. All Rights Reserved.