| Package | Description |
|---|---|
| net.serenitybdd.screenplay.rest.interactions | |
| net.serenitybdd.screenplay.rest.questions |
| Modifier and Type | Method and Description |
|---|---|
RestInteraction |
RestInteraction.with(RestQueryFunction restConfiguration) |
RestInteraction |
RestInteraction.withRequest(RestQueryFunction restConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
RestInteraction |
RestInteraction.with(List<RestQueryFunction> restConfigurations) |
RestInteraction |
RestInteraction.withRequest(List<RestQueryFunction> restConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
Returning<T> |
Returning.with(RestQueryFunction query) |
Returning<T> |
RestQuestionBuilder.with(RestQueryFunction query) |
| Constructor and Description |
|---|
RestQuestion(String name,
String endpoint,
List<RestQueryFunction> queries,
Function<io.restassured.response.Response,T> result) |
Copyright © 2022. All rights reserved.