public abstract class RestInteraction extends Object implements Interaction, DisableScreenshots, CanBeSilent
| Constructor and Description |
|---|
RestInteraction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSilent() |
protected io.restassured.specification.RequestSpecification |
rest() |
RestInteraction |
with(List<RestQueryFunction> restConfigurations) |
RestInteraction |
with(RestQueryFunction restConfiguration) |
RestInteraction |
withNoReporting() |
RestInteraction |
withRequest(List<RestQueryFunction> restConfigurations) |
RestInteraction |
withRequest(RestQueryFunction restConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthatPerforms, where, whereperformAs, thenpublic RestInteraction with(RestQueryFunction restConfiguration)
public RestInteraction withRequest(RestQueryFunction restConfiguration)
public RestInteraction with(List<RestQueryFunction> restConfigurations)
public RestInteraction withRequest(List<RestQueryFunction> restConfigurations)
protected io.restassured.specification.RequestSpecification rest()
public boolean isSilent()
isSilent in interface CanBeSilentpublic RestInteraction withNoReporting()
Copyright © 2022. All rights reserved.