public class Ensure extends Object
| Constructor and Description |
|---|
Ensure() |
| Modifier and Type | Method and Description |
|---|---|
Ensure |
andThat(String description,
Consumer<io.restassured.response.ValidatableResponse> check) |
static Ensure |
that(String description,
Consumer<io.restassured.response.ValidatableResponse> check)
A helper method to make a RestAssured assertion appear as a separate step.
|
public static Ensure that(String description, Consumer<io.restassured.response.ValidatableResponse> check)
description - check - Copyright © 2023. All rights reserved.