Class AllureRestAssuredCustom

java.lang.Object
net.bugreaper.modules.api.allurereporter.AllureRestAssuredCustom
All Implemented Interfaces:
io.restassured.filter.Filter, io.restassured.filter.OrderedFilter

public class AllureRestAssuredCustom extends Object implements io.restassured.filter.OrderedFilter
Allure logger filter for Rest-assured with small fixes
  • Field Summary

    Fields inherited from interface io.restassured.filter.OrderedFilter

    DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 filterContext)
     
    int
     

    Methods inherited from class java.lang.Object

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

    • AllureRestAssuredCustom

      public AllureRestAssuredCustom()
  • Method Details

    • filter

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

      public int getOrder()
      Specified by:
      getOrder in interface io.restassured.filter.OrderedFilter