mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Exchange explanations between verifyNoInteractions() and verifyNoMoreInteractions() #476

Closed tatsuyafujisaki closed 1 year ago

tatsuyafujisaki commented 1 year ago

The explanation for verifyNoInteractions() and the explanation for verifyNoMoreInteractions() seem to be exchanged. This pull request is to undo the exchange.