Files
Gary Russell e34783d8fd GH-1226: Fix Test Harness
Resolves https://github.com/spring-projects/spring-amqp/issues/1226

https://github.com/spring-projects/spring-amqp/issues/1157 changed the way we spy
listeners - to support CGLIB proxies (e.g. `@Transactional`).

Instead of spying the listener, it mocks the listener and sets a default answer
to call the real method on the delegate.

This broke when users used other answers, such as those provided by the framework.

Change the provided answers to subclass `ForwardsInvocation`.

Also fix `ConcurrentModificationException` in `getExceptions()`.

**cherry-pick to 2.2.x, 2.1.x**
2020-07-21 13:50:12 -04:00
..
2020-07-21 13:50:12 -04:00
2016-02-03 17:03:58 -05:00

= spring-rabbit-test

This project provides testing support classes to help with testing `spring-rabbit` applications.