Package de.telekom.test.bddwebapp.api
Class RequestInteractionFilter
- java.lang.Object
-
- de.telekom.test.bddwebapp.api.RequestInteractionFilter
-
- All Implemented Interfaces:
io.restassured.filter.Filter
public class RequestInteractionFilter extends Object implements io.restassured.filter.Filter
Filter for Rest Assured that saves the current recallResponse in the Scenario Interaction.- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2021 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Constructor Summary
Constructors Constructor Description RequestInteractionFilter(ScenarioInteraction scenarioInteraction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.restassured.response.Responsefilter(io.restassured.specification.FilterableRequestSpecification requestSpec, io.restassured.specification.FilterableResponseSpecification responseSpec, io.restassured.filter.FilterContext ctx)
-
-
-
Constructor Detail
-
RequestInteractionFilter
public RequestInteractionFilter(ScenarioInteraction scenarioInteraction)
-
-
Method Detail
-
filter
public io.restassured.response.Response filter(io.restassured.specification.FilterableRequestSpecification requestSpec, io.restassured.specification.FilterableResponseSpecification responseSpec, io.restassured.filter.FilterContext ctx)- Specified by:
filterin interfaceio.restassured.filter.Filter
-
-