Uses of Class
org.mockito.internal.stubbing.defaultanswers.Answers
-
Packages that use Answers Package Description org.mockito.internal.stubbing.defaultanswers Implementations of ReturnValues -
-
Uses of Answers in org.mockito.internal.stubbing.defaultanswers
Methods in org.mockito.internal.stubbing.defaultanswers that return Answers Modifier and Type Method Description static Answers
Answers. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static Answers[]
Answers. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-