public class RestAssert extends Object
| Modifier and Type | Method and Description |
|---|---|
Should |
should() |
RestAssert |
withAuthentication(String login,
String password) |
RestAssert |
withHeader(String name,
String value) |
RestAssert |
withPreemptiveAuthentication(String login,
String password) |
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 © 2014. All Rights Reserved.