Uses of Interface
org.mockito.stubbing.VoidAnswer3
Packages that use VoidAnswer3
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Answers for stubbed calls.
-
Uses of VoidAnswer3 in org.mockito
Methods in org.mockito with parameters of type VoidAnswer3Modifier and TypeMethodDescriptionAdditionalAnswers.answerVoid
(VoidAnswer3<A, B, C> answer) Creates an answer from a functional interface - allows for a strongly typed answer to be created ideally in Java 8 -
Uses of VoidAnswer3 in org.mockito.internal.stubbing.answers
Methods in org.mockito.internal.stubbing.answers with parameters of type VoidAnswer3Modifier and TypeMethodDescriptionAnswerFunctionalInterfaces.toAnswer
(VoidAnswer3<A, B, C> answer) Construct an answer from a three parameter answer interface