Package org.mockito.internal.stubbing.defaultanswers
package org.mockito.internal.stubbing.defaultanswers
Implementations of ReturnValues
-
ClassDescriptionDeprecated.Internal answer to forward invocations on a real instance.Globally configured Answer.Returning deep stub implementation.Default answer of every Mockito mock.It's likely this implementation will be used by default by every Mockito 2.0 mock.Optional Answer that can be used with
Mockito.mock(Class, Answer)
Answers