Package org.springframework.amqp.rabbit.test.mockito
Mockito extensions for testing Spring AMQP applications.
-
Interface Summary Interface Description LambdaAnswer.ValueToReturn<T> -
Class Summary Class Description LambdaAnswer<T> AnAnswer
to optionally call the real method and allow returning a custom result.LatchCountDownAndCallRealMethodAnswer AnAnswer
for void returning methods that calls the real method and counts down a latch.