Uses of Interface
org.mockito.ReturnValues
Packages that use ReturnValues
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
Mockito configuration utilities
Mockito configuration
Answers for stubbed calls
-
Uses of ReturnValues in org.mockito
Methods in org.mockito with parameters of type ReturnValuesModifier and TypeMethodDescriptionstatic <T> T
Mockito.mock
(Class<T> classToMock, ReturnValues returnValues) Deprecated.Please use mock(Foo.class, defaultAnswer); -
Uses of ReturnValues in org.mockito.configuration
Methods in org.mockito.configuration that return ReturnValuesModifier and TypeMethodDescriptionDefaultMockitoConfiguration.getReturnValues()
Deprecated.IMockitoConfiguration.getReturnValues()
Deprecated.Please useIMockitoConfiguration.getDefaultAnswer()
-
Uses of ReturnValues in org.mockito.internal.configuration
Methods in org.mockito.internal.configuration that return ReturnValues -
Uses of ReturnValues in org.mockito.internal.stubbing.answers
Constructors in org.mockito.internal.stubbing.answers with parameters of type ReturnValues