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
When calling MockitoAnnotations.openMocks(this); on a class that contains an @InjectMocks target, a ClassCastException occurs when the target has a field that is generified and provided by one of the mocks in said class.