org.mockito.internal.progress
Class EmptyReturnValues

java.lang.Object
  extended by org.mockito.internal.progress.EmptyReturnValues

public class EmptyReturnValues
extends java.lang.Object


Constructor Summary
EmptyReturnValues()
           
 
Method Summary
 char returnChar()
           
 boolean returnFalse()
           
<T> T
returnNull()
           
 byte returnZero()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyReturnValues

public EmptyReturnValues()
Method Detail

returnZero

public byte returnZero()

returnChar

public char returnChar()

returnNull

public <T> T returnNull()

returnFalse

public boolean returnFalse()