Package org.mockito.internal.stubbing.defaultanswers
package org.mockito.internal.stubbing.defaultanswers
Implementations of default Answers.
-
ClassDescriptionInternal 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 4.0.0 mock.Optional Answer that can be used with
Mockito.mock(Class, Answer)