Uses of Interface
org.mockito.stubbing.Answer5

Packages that use Answer5
Package
Description
Mockito is a mock library for java - see Mockito class for usage.
  • Uses of Answer5 in org.mockito

    Methods in org.mockito with parameters of type Answer5
    Modifier and Type
    Method
    Description
    static <T, A, B, C, D, E>
    Answer<T>
    AdditionalAnswers.answer(Answer5<T,A,B,C,D,E> answer)
    Creates an answer from a functional interface - allows for a strongly typed answer to be created ideally in Java 8