public abstract class ApiSteps extends Object implements RestAssuredSteps
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
| Modifier and Type | Field and Description |
|---|---|
protected ScenarioInteraction |
scenarioInteraction |
REQUEST_INTERACTION_KEY, RESPONSE_INTERACTION_KEY| Constructor and Description |
|---|
ApiSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearRequest() |
io.restassured.specification.RequestSpecification |
recallRequest() |
io.restassured.response.Response |
recallResponse()
Recall the current response from story interaction.
|
void |
rememberRequest(io.restassured.specification.RequestSpecification requestSpecification) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbaseUri, createRequest, createRequestWithBaseUriAndProxy, createRequestWithJsonConfig, determineStandardPortForScheme, jsonConfig, proxy, proxy, recallResponseAsMap@Autowired protected ScenarioInteraction scenarioInteraction
public void clearRequest()
public io.restassured.specification.RequestSpecification recallRequest()
recallRequest in interface RestAssuredStepspublic void rememberRequest(io.restassured.specification.RequestSpecification requestSpecification)
rememberRequest in interface RestAssuredStepspublic io.restassured.response.Response recallResponse()
RestAssuredStepsrecallResponse in interface RestAssuredStepsCopyright © 2017–2020. All rights reserved.