All Classes and Interfaces

Class
Description
Represents an HTTP request.
A HttpStub wraps an HttpServer that is started locally on a dynamic port to serve fixed stubbed responses (Stubbings).
Exception for startup failures.
A StubbedResponse defines the response that will be returned by the stub.
A fluent API builder for StubbedResponse.
A Stubbing defines that all requests that match the given Stubbing.predicate should return the given Stubbing.response()
A fluent API builder for Stubbing.