Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/
DMockInvocationHandler.java22 public final class MockInvocationHandler implements InvocationHandler, Serializable { class
28 public MockInvocationHandler(MocksControl control) { in MockInvocationHandler() method in MockInvocationHandler
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DDuckTypedPSKKeyManagerTest.java305 static class MockInvocationHandler implements InvocationHandler { class in DuckTypedPSKKeyManagerTest