Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/handler/
DMockHandlerImplTest.java71 InvocationListener throwingListener = mock(InvocationListener.class); in should_throw_mockito_exception_when_invocation_handler_throws_anything() local
91 … private MockHandlerImpl<?> create_correctly_stubbed_handler(InvocationListener throwingListener) { in create_correctly_stubbed_handler()