| Package | Description |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.core.matching | |
| org.unitils.mock.core.proxy | |
| org.unitils.mock.dummy |
| Modifier and Type | Class and Description |
|---|---|
protected class |
MockProxy.InvocationHandler |
| Modifier and Type | Class and Description |
|---|---|
protected class |
MatchingInvocationBuilder.InvocationHandler |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> T |
ProxyFactory.createProxy(String mockName,
boolean initialize,
ProxyInvocationHandler invocationHandler,
Class<T> proxiedClass,
Class<?>... implementedInterfaces)
Creates a proxy object for the given type.
|
static <T> T |
ProxyFactory.createProxy(String mockName,
ProxyInvocationHandler invocationHandler,
Class<T> proxiedClass,
Class<?>... implementedInterfaces)
Creates a proxy object for the given type.
|
static <T> T |
ProxyFactory.createUninitializedProxy(String mockName,
ProxyInvocationHandler invocationHandler,
Class<T> proxiedClass,
Class<?>... implementedInterfaces)
Creates a proxy object for the given type.
|
| Constructor and Description |
|---|
CglibProxyMethodInterceptor(String mockName,
Class<T> proxiedType,
ProxyInvocationHandler invocationHandler)
Creates an interceptor.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DummyObjectUtil.DummyObjectInvocationHandler
Invocation handler for the dummy proxy object that will return default values for every invocation.
|
Copyright © 2016. All Rights Reserved.