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
This will be very useful to have.there since breakpoints on Spied objects don't work with the new inline mock maker (in Eclipse).
It works with mockito-subclass dependency added, but it would be good to have the option to specify a mock maker where required rather than change the default jar used..
Also useful to have this option in MockitoSettings level as well..
To expand on #2626, we should also support this option for
@Spy
, which will require updating our spy annotation injection engine.The text was updated successfully, but these errors were encountered: