Bean overriding in tests refers to the ability to override specific beans in the
`ApplicationContext` for a test class, by annotating one or more fields in the test class.
`ApplicationContext` for a test class, by annotating one or more non-static fields in the
test class.
NOTE: This feature is intended as a less risky alternative to the practice of registering
a bean via `@Bean` with the `DefaultListableBeanFactory`
@ -41,9 +42,10 @@ The `spring-test` module registers implementations of the latter two
@@ -41,9 +42,10 @@ The `spring-test` module registers implementations of the latter two