Home
last modified time | relevance | path

Searched defs:InvocationNotifierHandler (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/handler/
DInvocationNotifierHandler.java23 class InvocationNotifierHandler<T> implements MockHandler<T> { class
28 public InvocationNotifierHandler(MockHandler<T> mockHandler, MockCreationSettings<T> settings) { in InvocationNotifierHandler() method in InvocationNotifierHandler