Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 741 Bytes

File metadata and controls

32 lines (20 loc) · 741 Bytes

Changelog

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.

[Unreleased]

Added

  • Example tests for MockkTest

[1.0.0] - 2020-03-18

Added

  • CHANGELOG.md
  • README.md

Changed

  • Improved documentation

[1.0.0-alpha] - 2020-03-12

Added

  • 🎉 Initial alpha release
  • JUnit 4 module
    • MockkTestClassRule to unmock all MockK mocks after a test class
    • MockkTestRule to clear all MockK mocks after a unit test
    • MockkTest, a class to extend that applies MockkTestClassRule and MockkTestRule automatically.