Uses of Interface
io.restassured.module.webtestclient.specification.WebTestClientRequestSender
Packages that use WebTestClientRequestSender
Package
Description
-
Uses of WebTestClientRequestSender in io.restassured.module.webtestclient
Methods in io.restassured.module.webtestclient that return WebTestClientRequestSenderModifier and TypeMethodDescriptionRestAssuredWebTestClient.when()This is usually the entry-point of the API if you need to specify parameters or a body in the request. -
Uses of WebTestClientRequestSender in io.restassured.module.webtestclient.internal
Classes in io.restassured.module.webtestclient.internal that implement WebTestClientRequestSenderModifier and TypeClassDescriptionclassclassMethods in io.restassured.module.webtestclient.internal that return WebTestClientRequestSenderModifier and TypeMethodDescriptionWebTestClientRequestSenderImpl.consumeWith(Consumer<org.springframework.test.web.reactive.server.EntityExchangeResult<byte[]>> consumer) WebTestClientRequestSpecificationImpl.consumeWith(Consumer<org.springframework.test.web.reactive.server.EntityExchangeResult<byte[]>> consumer) WebTestClientRequestSpecificationImpl.when() -
Uses of WebTestClientRequestSender in io.restassured.module.webtestclient.specification
Subinterfaces of WebTestClientRequestSender in io.restassured.module.webtestclient.specificationMethods in io.restassured.module.webtestclient.specification that return WebTestClientRequestSenderModifier and TypeMethodDescriptionWebTestClientRequestSender.consumeWith(Consumer<org.springframework.test.web.reactive.server.EntityExchangeResult<byte[]>> consumer) Specify aConsumerto process the request result.WebTestClientRequestSpecification.when()Call this method when you're done setting up the request specification.