Uses of Package
net.jadler.stubbing
-
Packages that use net.jadler.stubbing Package Description net.jadler net.jadler.stubbing -
Classes in net.jadler.stubbing used by net.jadler Class Description RequestStubbing This interface defines methods for the http stubbing WHEN part.Stubber An implementation of this interface provides a way to create new stubbing process (ongoing definition of a WHEN-THEN rule).StubResponse Definition of a stub http response. -
Classes in net.jadler.stubbing used by net.jadler.stubbing 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).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.Stubbing Internal class for defining http stubs in a fluid fashion.StubResponse Definition of a stub http response.StubResponse.Builder A builder class for creating newStubResponseinstances.