You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For bean override support (@MockitoBean, @TestBean, etc.), the logic for field injection currently resides in the BeanOverrideRegistry.
However, that field injection logic should ideally reside solely in BeanOverrideTestExecutionListener, and the BeanOverrideRegistry should serve a single role, namely the role of a registry.