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