org.mockito.internal.util.reflection
Class LenientCopyTool

java.lang.Object
  extended by org.mockito.internal.util.reflection.LenientCopyTool

public class LenientCopyTool
extends java.lang.Object


Constructor Summary
LenientCopyTool()
           
 
Method Summary
<T> void
copyToMock(T from, T mock)
           
<T> void
copyToRealObject(T from, T to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LenientCopyTool

public LenientCopyTool()
Method Detail

copyToMock

public <T> void copyToMock(T from,
                           T mock)

copyToRealObject

public <T> void copyToRealObject(T from,
                                 T to)