Searched refs:MockInvocationHandler (Results 1 – 4 of 4) sorted by relevance
34 private final MockInvocationHandler delegate;38 public ObjectMethodsFilter(Class<?> toMock, MockInvocationHandler delegate, in ObjectMethodsFilter()86 public MockInvocationHandler getDelegate() { in getDelegate()
22 public final class MockInvocationHandler implements InvocationHandler, Serializable { class28 public MockInvocationHandler(MocksControl control) { in MockInvocationHandler() method in MockInvocationHandler
52 toMock, new MockInvocationHandler(this), null)); in createMock()63 toMock, new MockInvocationHandler(this), name)); in createMock()
95 MockInvocationHandler mockInvocationHandler = new MockInvocationHandler(); in testMethodInvocationDelegation()302 static class MockInvocationHandler implements InvocationHandler { class in DuckTypedPSKKeyManagerTest