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
Mockito 2.11 contains an API revision for InvocationContainer which we'll have to adapt to in our MockitoUtils. It also strictly validates exception signatures now, so we have to fix a few unit tests which apply undeclared checked exceptions for certain mock methods.
Juergen Hoeller opened SPR-16157 and commented
Mockito 2.11 contains an API revision for
InvocationContainer
which we'll have to adapt to in ourMockitoUtils
. It also strictly validates exception signatures now, so we have to fix a few unit tests which apply undeclared checked exceptions for certain mock methods.Issue Links:
The text was updated successfully, but these errors were encountered: