public class RestQuestion<T>
extends java.lang.Object
implements net.serenitybdd.screenplay.Question<T>
| Constructor and Description |
|---|
RestQuestion(java.lang.String name,
java.lang.String endpoint,
java.util.List<RestQueryFunction> queries,
java.util.function.Function<io.restassured.response.Response,T> result) |
| Modifier and Type | Method and Description |
|---|---|
T |
answeredBy(net.serenitybdd.screenplay.Actor actor) |
java.lang.String |
toString() |
public RestQuestion(java.lang.String name,
java.lang.String endpoint,
java.util.List<RestQueryFunction> queries,
java.util.function.Function<io.restassured.response.Response,T> result)