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
MockitoSettings now has a setting withoutAnnotations. Please allow mock to accept this value.
Recommend that mock also takes a parameter onSettings: MockitoSettings.() -> Unit = {} which allows callers can optionally use to configure the MockitoSettings directly if such a situation comes up again with another setting that mockito-kotlin does not yet support.
The text was updated successfully, but these errors were encountered:
MockitoSettings
now has a settingwithoutAnnotations
. Please allowmock
to accept this value.Recommend that mock also takes a parameter
onSettings: MockitoSettings.() -> Unit = {}
which allows callers can optionally use to configure theMockitoSettings
directly if such a situation comes up again with another setting that mockito-kotlin does not yet support.The text was updated successfully, but these errors were encountered: