Releases: kosi-libs/MocKMP
Releases · kosi-libs/MocKMP
1.1.0
1.0.1
v1.0.1 KIGP 6.16.0
1.0.0
- Renamed project to MocKMP
- Kotlin 1.6.10
- Forces
every
&verify
declarations to be either all constraints or all non-constraints (limitations is imposed by Kotlin/Native).
0.7.0
- Added location to errors.
0.6.0
Added support for functional type mocking.
0.5.0
- Kotlin 1.6.0
- Renames
on
toevery
to align with standards - Allows the annotation on properties (without
set:
prefix). - Introduces the
TestWithMocks
test helper class - Gradle plugin adds the dependencies repository, and supports optional adding of the
test-helper
dependency.
0.4.1
- Target JVM 1.8
0.4.0
- Support for changing behaviour after defining it.
0.3.0
- Support for non-exhaustive and/or non-ordered verification
0.2.0
- Kotlin 1.5.31, KSP 1.0.1
- Support for function modifiers (such as
suspend
) - Support for generic interfaces