Class BeanOverrideTestExecutionListener

java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.test.context.bean.override.BeanOverrideTestExecutionListener
All Implemented Interfaces:
Ordered, TestExecutionListener

public class BeanOverrideTestExecutionListener extends AbstractTestExecutionListener
TestExecutionListener that enables @BeanOverride support in tests, by injecting overridden beans in appropriate fields of the test instance.
Since:
6.2
Author:
Simon Baslé, Sam Brannen, Phillip Webb, Andy Wilkinson, Moritz Halbritter