All Classes
-
All Classes Interface Summary Class Summary Exception Summary Error Summary Class Description AbstractRequestMatching<T extends RequestMatching<T>> A base implementation of theRequestMatchinginterface.BodyRequestMatcher ARequestMatcherused for matching the request body as a string.HeaderRequestMatcher ARequestMatcherused for matching a request header.HttpStub An http stub is a WHEN-THEN pair (when an http request with specific properties arrives, then respond with a defined response).Jadler This class is a gateway to the whole Jadler library.Jadler.OngoingConfiguration This class serves as a DSL support for additional Jadler configuration.JadlerConfiguration An interface for classes capable of providing defaults for the Jadler configuration.JadlerException Runtime exception used in jadler on various places.JadlerMocker This class represents the very hearth of the Jadler library.KeyValues This class represents a key-value data structure with following features:MethodRequestMatcher ARequestMatcherused for matching the request method.Mocker An implementation of this interface provides a way to create new ongoing verification process.ParameterRequestMatcher ARequestMatcherused for matching a request parameter.PathRequestMatcher ARequestMatcherused for matching the request path.QueryStringRequestMatcher ARequestMatcherused for matching the request query string.RawBodyRequestMatcher ARequestMatcherused for matching the request body as an array of bytes.Request Immutable http request abstraction.Request.Builder A builder class forRequestinstances.RequestManager A stateful component which provides stub responses for given requests.RequestMatcher<T> Convenient base class for all Jadler request matchers.RequestMatching<T extends RequestMatching<T>> This interface introduces methods for a fluent request matching.RequestStubbing This interface defines methods for the http stubbing WHEN part.Responder This interface provides a way to define a stub response in a dynamic way (instead of the static approach triggered by theRequestStubbing.respond()method).ResponseStubbing This interface defines methods for the http stubbing THEN part.Stubber An implementation of this interface provides a way to create new stubbing process (ongoing definition of a WHEN-THEN rule).Stubbing Internal class for defining http stubs in a fluid fashion.StubbingFactory Factory class for creatingStubbinginstances.StubHttpServer Interface for a stub http server component.StubHttpServerManager An implementation of this interface can manage an underlying stub http server.StubResponse Definition of a stub http response.StubResponse.Builder A builder class for creating newStubResponseinstances.VerificationException A runtime exception signalizing a failure of verification.Verifying Allows defining new verification in a fluid fashion.