Class LastResponse
java.lang.Object
net.serenitybdd.screenplay.rest.questions.LastResponse
- All Implemented Interfaces:
Question<io.restassured.response.Response>
public class LastResponse extends java.lang.Object implements Question<io.restassured.response.Response>
-
Constructor Summary
Constructors Constructor Description LastResponse() -
Method Summary
Modifier and Type Method Description io.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
getSubject
-
Constructor Details
-
LastResponse
public LastResponse()
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<io.restassured.response.Response>
-
received
-