Home
last modified time | relevance | path

Searched refs:create_correctly_stubbed_handler (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/handler/
DMockHandlerImplTest.java75 MockHandlerImpl<?> handler = create_correctly_stubbed_handler(throwingListener); in should_throw_mockito_exception_when_invocation_handler_throws_anything()
93 … private MockHandlerImpl<?> create_correctly_stubbed_handler(InvocationListener throwingListener) { in create_correctly_stubbed_handler() method in MockHandlerImplTest