Interface Traceable
- All Known Subinterfaces:
Response<ReqT,RespT>
- All Known Implementing Classes:
ResponseImpl,ResponseProxyImpl
public interface Traceable
Interface used in
Response and StubScenario to track the number of invocations.- Author:
- Fadelis
-
Method Summary
-
Method Details
-
timesCalled
int timesCalled() -
wasCalled
default boolean wasCalled()
-