Uses of Annotation Type
org.mockito.CheckReturnValue
Packages that use CheckReturnValue
Package
Description
Mockito is a mock library for java - see
Mockito class for usage.Stubbing related classes.
-
Uses of CheckReturnValue in org.mockito
Classes in org.mockito with annotations of type CheckReturnValueModifier and TypeClassDescriptionclassUse it to capture argument values for further assertions.classAllow flexible verification or stubbing.class
-
Uses of CheckReturnValue in org.mockito.stubbing
Classes in org.mockito.stubbing with annotations of type CheckReturnValueModifier and TypeInterfaceDescriptioninterfaceAllows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleMethods in org.mockito.stubbing with annotations of type CheckReturnValueModifier and TypeMethodDescription<T> OngoingStubbing<T> LenientStubber.when(T methodCall) Allows declaring the method to stub.