All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
No unreleased changes
- The previously deprecated
MockkExtension
has been removed.
MockkClearUnmockExtension
is the new name ofMockkExtension
.
MockkExtension
has been deprecated (warning), but still exists for forward compatibility.
ExampleTestSuite
usesMockkClearUnmockExtension
.
MockkClearExtension
to clear all MockK mocks after each unit testMockkUnmockExtension
to unmock all MockK mocks after a test classMockkExtension
to automatically applyMockkClearExtension
andMockkUnmockExtension
- Example tests for
MockkExtension
- CHANGELOG.md
- README.md