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.
- Example tests for
MockkTest
- CHANGELOG.md
- README.md
- Improved documentation
- 🎉 Initial alpha release
- JUnit 4 module
MockkTestClassRuleto unmock all MockK mocks after a test classMockkTestRuleto clear all MockK mocks after a unit testMockkTest, a class to extend that appliesMockkTestClassRuleandMockkTestRuleautomatically.