MarkusAmshove / Kluent

Fluent Assertion-Library for Kotlin
https://markusamshove.github.io/Kluent/
MIT License
867 stars 64 forks source link

Was VerifyNotCalled removed? #203

Closed abouda closed 3 years ago

abouda commented 3 years ago

It seems VerifyNotCalled was removed in the latest version. Is there a substitute?

MarkusAmshove commented 3 years ago

Mocking has been moved out of the source because of several compatibility issues that keep appearing.

The implementation is still "saved" within the test code, but the plan is to either use a different library for mocking or use a separated module.