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

Latest commit

 

History

History
37 lines (24 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1008 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]

No unreleased changes

[2.0.0] - 2020-03-18

Removed

  • The previously deprecated MockkExtension has been removed.

[1.1.0] - 2020-03-18

Added

  • MockkClearUnmockExtension is the new name of MockkExtension.

Deprecated

  • MockkExtension has been deprecated (warning), but still exists for forward compatibility.

Changed

  • ExampleTestSuite uses MockkClearUnmockExtension.

[1.0.0] - 2020-03-15

Added

  • MockkClearExtension to clear all MockK mocks after each unit test
  • MockkUnmockExtension to unmock all MockK mocks after a test class
  • MockkExtension to automatically apply MockkClearExtension and MockkUnmockExtension
  • Example tests for MockkExtension
  • CHANGELOG.md
  • README.md