Uses of Interface
net.jadler.stubbing.Responder
-
Packages that use Responder Package Description net.jadler.stubbing -
-
Uses of Responder in net.jadler.stubbing
Methods in net.jadler.stubbing with parameters of type Responder Modifier and Type Method Description voidRequestStubbing. respondUsing(Responder responder)Finishes the WHEN part of this stubbing and allows to define the THEN part in a dynamic way.voidStubbing. respondUsing(Responder responder)Finishes the WHEN part of this stubbing and allows to define the THEN part in a dynamic way.Constructors in net.jadler.stubbing with parameters of type Responder Constructor Description HttpStub(Collection<org.hamcrest.Matcher<? super Request>> predicates, Responder responder)
-