Class LastResponse
java.lang.Object
net.serenitybdd.screenplay.rest.questions.LastResponse
- All Implemented Interfaces:
Question<io.restassured.response.Response>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.restassured.response.ResponseansweredBy(Actor actor) static LastResponsereceived()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Question
as, asADate, asADate, asBigDecimal, asBoolean, asCollectionOf, asDouble, asEnum, asFloat, asInteger, asListOf, asLong, asString, describedAs, getSubject, map, mapEach
-
Constructor Details
-
LastResponse
public LastResponse()
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<io.restassured.response.Response>
-
received
-