Uses of Class
org.mockito.CheckReturnValue
-
Packages that use CheckReturnValue Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.stubbing Stubbing related classes. -
-
Uses of CheckReturnValue in org.mockito
Classes in org.mockito with annotations of type CheckReturnValue Modifier and Type Class Description classArgumentCaptor<T>Use it to capture argument values for further assertions.classArgumentMatchersAllow flexible verification or stubbing.classMockito
-
Uses of CheckReturnValue in org.mockito.stubbing
Classes in org.mockito.stubbing with annotations of type CheckReturnValue Modifier and Type Interface Description interfaceStubberAllows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() styleMethods in org.mockito.stubbing with annotations of type CheckReturnValue Modifier and Type Method Description <T> OngoingStubbing<T>LenientStubber. when(T methodCall)Allows declaring the method to stub.
-