Package net.jadler.stubbing
Interface Stubber
-
- All Known Implementing Classes:
JadlerMocker
public interface StubberAn implementation of this interface provides a way to create new stubbing process (ongoing definition of a WHEN-THEN rule).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestStubbingonRequest()Starts new stubbing (definition of a WHEN-THEN rule).
-
-
-
Method Detail
-
onRequest
RequestStubbing onRequest()
Starts new stubbing (definition of a WHEN-THEN rule).- Returns:
- stubbing object to continue the stubbing
-
-