mockito / mockito-kotlin

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

`org.mockito.kotlin.verifyNoInteractions` alias is missing from the 3.x branch #469

Closed ZakTaccardi closed 1 year ago

ZakTaccardi commented 1 year ago

https://github.com/mockito/mockito-kotlin/pull/401 was not merged into 3.x of mockito-kotlin - it is missing in mockito-kotlin:3.2.0 while org.mockito.Mockito.verifyNoInteractions exists in mockito-core.

Releasing a 3.2.1 version of mockito-kotlin with this would be very appreciated (to make migrating to 4.x easier)!

TimvdLippe commented 1 year ago

We do not backmerge such changes to older releases. Please use the latest version.