Package de.telekom.test.bddwebapp.api
Class RequestInteractionFilter
java.lang.Object
de.telekom.test.bddwebapp.api.RequestInteractionFilter
- All Implemented Interfaces:
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) 2023 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 -
Method Summary
Modifier and TypeMethodDescriptionio.restassured.response.Responsefilter(io.restassured.specification.FilterableRequestSpecification requestSpec, io.restassured.specification.FilterableResponseSpecification responseSpec, io.restassured.filter.FilterContext ctx)
-
Constructor Details
-
RequestInteractionFilter
-
-
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:
filterin interfaceio.restassured.filter.Filter
-