mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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.