Package net.jadler.stubbing
-
Interface Summary Interface Description 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). -
Class Summary Class Description HttpStub An http stub is a WHEN-THEN pair (when an http request with specific properties arrives, then respond with a defined response).Stubbing Internal class for defining http stubs in a fluid fashion.StubbingFactory Factory class for creatingStubbinginstances.StubResponse Definition of a stub http response.StubResponse.Builder A builder class for creating newStubResponseinstances.