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
It is currently unclear what the visibility requirements for bean overrides are – for @TestBean fields and factory methods as well as @MockitoBean and @MockitoSpyBean fields.
There actually are no visibility requirements. Developers are free to choose the visibility they desire/need, and we should make that clear in the documentation.
The text was updated successfully, but these errors were encountered:
It is currently unclear what the visibility requirements for bean overrides are – for
@TestBean
fields and factory methods as well as@MockitoBean
and@MockitoSpyBean
fields.There actually are no visibility requirements. Developers are free to choose the visibility they desire/need, and we should make that clear in the documentation.
The text was updated successfully, but these errors were encountered: