Class TakeRestAssuredContent.TakeResponse

java.lang.Object
org.arquillian.cube.docker.impl.client.reporter.TakeRestAssuredContent.TakeResponse
All Implemented Interfaces:
io.restassured.filter.Filter
Enclosing class:
TakeRestAssuredContent

public static class TakeRestAssuredContent.TakeResponse extends Object implements io.restassured.filter.Filter
  • Constructor Summary

    Constructors
    Constructor
    Description
    TakeResponse(org.jboss.arquillian.core.api.Event<org.arquillian.reporter.api.event.SectionEvent> reportEvent, org.arquillian.reporter.config.ReporterConfiguration reporterConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.restassured.response.Response
    filter(io.restassured.specification.FilterableRequestSpecification requestSpec, io.restassured.specification.FilterableResponseSpecification responseSpec, io.restassured.filter.FilterContext ctx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TakeResponse

      public TakeResponse(org.jboss.arquillian.core.api.Event<org.arquillian.reporter.api.event.SectionEvent> reportEvent, org.arquillian.reporter.config.ReporterConfiguration reporterConfiguration)
  • Method Details

    • filter

      public io.restassured.response.Response filter(io.restassured.specification.FilterableRequestSpecification requestSpec, io.restassured.specification.FilterableResponseSpecification responseSpec, io.restassured.filter.FilterContext ctx)
      Specified by:
      filter in interface io.restassured.filter.Filter