mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
76f3d6e501
This commit improves the test coverage for AbstractMethodMockingControl by introducing tests that verify expected behavior for: - reentrant method invocations via public methods - reentrant method invocations via private methods - test methods that do not set expectations or invoke playback() - test methods that throw exceptions For a more complete discussion of "after" vs. "after returning" advice within AbstractMethodMockingControl, see the Javadoc in the tests.