mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.1k stars 200 forks source link

Use ArgumentMatchers instead of Mockito in Matchers #387

Closed TimvdLippe closed 3 years ago

TimvdLippe commented 3 years ago

The matcher methods are defined on ArgumentMatchers, instead of Mockito (where Mockito is a subclass of ArgumentMatchers).

Fixes #386