thanksforallthefish
01/15/2019, 1:44 PMclearMocks(mock1, mock2, ...)
in kotlintest
(assuming you are talking about the framework) you can implement
override fun afterTest(description: Description, result: TestResult) {
clearMocks(mock1, mock2, ...)
}