public class NayMock extends Object implements InvocationHandler
Modifier and Type | Class and Description |
---|---|
static class |
NayMock.Invocation |
Constructor and Description |
---|
NayMock() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static <T> T |
proxy(InvocationHandler handler,
Class<T> type) |
static NayMock |
stub(Object returnValue) |
Copyright © 2016–2018 earcam. All rights reserved.