org.mockito.internal.stubbing
Class DoesNothing

java.lang.Object
  extended by org.mockito.internal.stubbing.DoesNothing
All Implemented Interfaces:
Answer<java.lang.Object>

public class DoesNothing
extends java.lang.Object
implements Answer<java.lang.Object>


Constructor Summary
DoesNothing()
           
 
Method Summary
 java.lang.Object answer(InvocationOnMock invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoesNothing

public DoesNothing()
Method Detail

answer

public java.lang.Object answer(InvocationOnMock invocation)
                        throws java.lang.Throwable
Specified by:
answer in interface Answer<java.lang.Object>
Parameters:
invocation - the invocation on the mock.
Returns:
the value to be returned
Throws:
java.lang.Throwable - the throwable to be thrown