Releases: anthonycr/Mockingbird
Releases · anthonycr/Mockingbird
v1.2.0
- Add support for
verifyPartial
to allow for verifying only some invocations.
v1.1.0
- Fix issue where lambdas could not be faked.
v1.0.0
- First stable release.
- Removed
times
function since it can be replaced with Kotlin's repeat
function.
- Added documentation to all public verification functions.
v0.0.6
- Target JVM 11 specifically for the core library to allow for better compatibility.
v0.0.5
- Target JVM 17 toolchain to support inlined bytecode for most consumers.
v0.0.4
- Generate stubbed implementations of non-
Unit
returning functions that just throw exceptions.
- Support generating and verifying
suspend
functions that return Unit
.
v0.0.3
- Fix issue where interfaces that used
android.util.Pair
would not be verified.
v0.0.2
- Redesign
verifyParams
API to support type safe parameter comparison.