com.nhncorp.neptune.common.testhelper
Class FaultInjectionProxy

java.lang.Object
  extended by com.nhncorp.neptune.common.testhelper.FaultInjectionProxy

public class FaultInjectionProxy
extends java.lang.Object


Constructor Summary
FaultInjectionProxy()
           
 
Method Summary
static
<T> T
wrap(java.lang.Object body, java.lang.Class<? extends T> c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultInjectionProxy

public FaultInjectionProxy()
Method Detail

wrap

public static <T> T wrap(java.lang.Object body,
                         java.lang.Class<? extends T> c)