Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/
DObjectMethodsFilter.java34 private final MockInvocationHandler delegate;
38 public ObjectMethodsFilter(Class<?> toMock, MockInvocationHandler delegate, in ObjectMethodsFilter()
86 public MockInvocationHandler getDelegate() { in getDelegate()
DMockInvocationHandler.java22 public final class MockInvocationHandler implements InvocationHandler, Serializable { class
28 public MockInvocationHandler(MocksControl control) { in MockInvocationHandler() method in MockInvocationHandler
DMocksControl.java52 toMock, new MockInvocationHandler(this), null)); in createMock()
63 toMock, new MockInvocationHandler(this), name)); in createMock()
/external/conscrypt/src/test/java/org/conscrypt/
DDuckTypedPSKKeyManagerTest.java95 MockInvocationHandler mockInvocationHandler = new MockInvocationHandler(); in testMethodInvocationDelegation()
302 static class MockInvocationHandler implements InvocationHandler { class in DuckTypedPSKKeyManagerTest