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

    Modifier and Type
    Method
    Description
    int
     
    default boolean
     
  • Method Details

    • timesCalled

      int timesCalled()
    • wasCalled

      default boolean wasCalled()