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
Right now there aren't any callbacks, however if you need it you can try to override the apply method and add your call at the end of the Statement (after invoking base.evaluate())
Is it possible to get a method callback to the customized DaggerMockRule?
(Usage : I want to close the mocked db)
Current implementation
DaggerMockDbRule.kt
The text was updated successfully, but these errors were encountered: