Package net.jadler.mocking
Interface Mocker
-
- All Known Implementing Classes:
JadlerMocker
public interface MockerAn implementation of this interface provides a way to create new ongoing verification process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifyingverifyThatRequest()Starts new verification process.
-
-
-
Method Detail
-
verifyThatRequest
Verifying verifyThatRequest()
Starts new verification process.- Returns:
- verifying object to continue the ongoing verifying
-
-