8000 Releases ยท mockk/mockk ยท GitHub
[go: up one dir, main page]

Skip to content

Releases: mockk/mockk

1.13.17

04 Mar 10:37
Compare
Choose a tag to compare

What's Changed

  • Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by @kpadhiamex in #1334
  • Fix (issue# 1329) parallel testing for unmockkAll by @kpadhiamex in #1335
  • [#1304] feat: Restrict mocking of certain classes and add configuration option by @devtaebong in #1340
  • Update README.md - Clarify that private fields cannot be mocked by @p4ulor in #1347
  • Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by @cgm-aw in #1349
  • Fix compilation error in constructedWith docs by @TWiStErRob in #1354

New Contributors

Full Changelog: 1.13.16...1.13.17

1.13.16

10 Jan 14:08
Compare
Choose a tag to compare

What's Changed

  • Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEvery by @kpadhiamex in #1332

Full Changelog: 1.13.14...1.13.16

1.13.14

20 Dec 14:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.13...1.13.14

1.13.13

09 Oct 09:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.11...1.13.13

1.13.12

15 Jul 14:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.11...1.13.12

1.13.11

16 May 09:30
3d1cbd1
Compare
Choose a tag to compare

What's Changed

  • Fix wasNotshould throw exception when called on non mocked object by @Gosunet in #1174
  • Fix cannot mock value class for class property in 1.13.10 by @ZhaohuaZeng-at in #1230
  • Introduce verifyCount DSL by @T45K in #1234
  • Fix parallel testing flag by @Evenprime in #1238
  • Implement clearStaticMockk for KFunction and KProperty by @krocard in #1239
  • [CONTRIBUTING.md] Suggest running gradle check before opening a PR by @krocard in #1240

New Contributors

Full Changelog: 1.13.10...1.13.11

1.13.10

28 Feb 16:12
Compare
Choose a tag to compare

What's Changed

  • Add support to nested value classes by @rotilho in #1202
  • Fix callOriginal on default interface method by @flapenna in #1203
  • Only unbox value class answers when appropriate by @jselbo in #1204
  • Fix capture using mutable list of value class by @ath0s in #1209
  • Updates documentation to include example access error workaround for Android users by @JakeSteam in #1211

New Contributors

Full Changelog: 1.13.9...1.13.10

1.13.9

08 Jan 10:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.8...1.13.9

v1.13.8

22 Sep 13:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.7...1.13.8

V1.13.7

15 Aug 18:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.5...1.13.7

0