Package net.serenitybdd.screenplay.rest.interactions

  • Class Summary
    Class Description
    Delete
    Put something to a REST resource.
    Ensure  
    Get
    Perform a GET query on a given REST resource
    Head
    Path something to a REST resource.
    Options
    Path something to a REST resource.
    Patch
    An OPTIONS query This is a simple interaction class suitable for simple queries.
    Post
    Post something to a REST resource.
    Put
    Put something to a REST resource.
    RestInteraction
    A base class for all Screenplay REST interactions, which gives direct access to the RestAssured API.