Building Step
Defines the building step for associating an inbound RequestSpecification with its corresponding response definition. This class is part of a fluent API used to define mappings between request specifications and their respective responses.
Author
Konstantin Pavlov
Parameters
The type of the request payload.
Functions
Associates the current RequestSpecification with a response definition. This method is part of a fluent API for defining mappings between requests and responses.
Associates the current RequestSpecification with a response definition.
Java-friendly overload for BuildingStep.respondsWith.
Associates the current RequestSpecification with a server-sent events (SSE) streaming response definition. This method is part of a fluent API for defining mappings between requests and SSE streaming responses.
Associates the current RequestSpecification with an SSE streaming response definition.
Associates the current RequestSpecification with a streaming response definition. This method is part of a fluent API for defining mappings between requests and streaming responses.
Associates the current RequestSpecification with a streaming response definition.
Java-friendly overload for BuildingStep.respondsWithStream.