Package | Description |
---|---|
com.googlecode.catchexception.throwable.internal |
This private package provides everything that is needed to
implement
com.googlecode.catchthrowable.CatchThrowable
(the primary API). |
Modifier and Type | Class and Description |
---|---|
class |
InterfaceOnlyProxyFactory
This
ProxyFactory create proxies that implements all interfaces of
the underlying object including the marker interface
InterfaceOnlyProxy . |
class |
SubclassProxyFactory
This
ProxyFactory uses Mockito's jmock package to create proxies that subclass from the target's class. |
Modifier and Type | Field and Description |
---|---|
private ProxyFactory |
SubclassProxyFactory.fallbackProxyFactory
That proxy factory is used if this factory cannot be used.
|
Copyright © 2014. All rights reserved.