public interface ExpectedResponse
| Modifier and Type | Method and Description |
|---|---|
ExpectedResponse |
withHeader(String key,
String value) |
ExpectedResponse |
withStatus(int httpStatus) |
ExpectedResponse |
withStatus(int httpStatus,
String statusMessage) |
ExpectedResponse withHeader(String key, String value)
ExpectedResponse withStatus(int httpStatus)
ExpectedResponse withStatus(int httpStatus, String statusMessage)
Copyright © 2021. All rights reserved.