java.lang.Object
net.serenitybdd.screenplay.rest.questions.LastResponse
All Implemented Interfaces:
Question<io.restassured.response.Response>

public class LastResponse extends Object implements Question<io.restassured.response.Response>
  • Constructor Details

    • LastResponse

      public LastResponse()
  • Method Details

    • answeredBy

      public io.restassured.response.Response answeredBy(Actor actor)
      Specified by:
      answeredBy in interface Question<io.restassured.response.Response>
    • received

      public static LastResponse received()