Uses of Interface
org.mockito.stubbing.VoidAnswer4
-
Packages that use VoidAnswer4 Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage.org.mockito.internal.stubbing.answers Answers for stubbed calls. -
-
Uses of VoidAnswer4 in org.mockito
Methods in org.mockito with parameters of type VoidAnswer4 Modifier and Type Method Description static <A,B,C,D>
Answer<java.lang.Void>AdditionalAnswers. answerVoid(VoidAnswer4<A,B,C,D> answer)
Creates an answer from a functional interface - allows for a strongly typed answer to be created ideally in Java 8 -
Uses of VoidAnswer4 in org.mockito.internal.stubbing.answers
Methods in org.mockito.internal.stubbing.answers with parameters of type VoidAnswer4 Modifier and Type Method Description static <A,B,C,D>
Answer<java.lang.Void>AnswerFunctionalInterfaces. toAnswer(VoidAnswer4<A,B,C,D> answer)
Construct an answer from a four parameter answer interface
-