@Deprecated public class MockProxy extends Object implements InvocationHandler
Constructor and Description |
---|
MockProxy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Deprecated.
|
static <T> T |
newInstance(Map<String,Object> methodReturnMap,
Class<T> interfaceClass)
Deprecated.
Creates a new instance of an object that implements the interface you pass it.
|
public MockProxy()
public static <T> T newInstance(Map<String,Object> methodReturnMap, Class<T> interfaceClass) throws InstantiationException, IllegalAccessException
T
- methodReturnMap
- interfaceClass
- InstantiationException
IllegalAccessException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.