JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.mockito.stubbing.Answer4
Packages that use
Answer4
Package
Description
org.mockito
Mockito is a mock library for java - see
Mockito
class for usage.
Uses of
Answer4
in
org.mockito
Methods in
org.mockito
with parameters of type
Answer4
Modifier and Type
Method
Description
static <T,
A,
B,
C,
D>
Answer
<T>
AdditionalAnswers.
answer
(
Answer4
<T,
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