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