5.0.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.0.0
- 2023-06-01 - 5 commit(s) by Lukáš Křečan, Tatsuya Fujisaki, Wes Alvaro, rajin, thecodewarrior
- #478 Upgrade Mockito (#482)
- Add
doReturn().on { method() }
helper to KStubbing (#481) - Prevent silent mis-stubbing (#479)
- Mockito 5.1 support (#478)
- Exchange explanations between verifyNoInteractions() and verifyNoMoreInteractions() (#476)
- Add helper functions for coroutine (#470)
- What about improving doReturn -> when implementation? (#453)