Sourced from io.mockk:mockk's releases.
1.14.0
What's Changed
- Update the kdoc of verifyAll to describe its behavior correctly by
@harel-biton
in mockk/mockk#1363- Fix returning result values by
@burnoo
in mockk/mockk#1352- fix: ensure confirmVerified is isolated per test by
@rsvinicius
in mockk/mockk#1367- Do not generate visibility bridge for package-private default methods (fixes #1118) by
@sgerke-1L
in mockk/mockk#1366- fix: handle fallback to default constructor parameters in constructed… by
@VitalyVPinchuk
in mockk/mockk#1370New Contributors
@harel-biton
made their first contribution in mockk/mockk#1363@burnoo
made their first contribution in mockk/mockk#1352@rsvinicius
made their first contribution in mockk/mockk#1367@sgerke-1L
made their first contribution in mockk/mockk#1366@VitalyVPinchuk
made their first contribution in mockk/mockk#1370Full Changelog: https://github.com/mockk/mockk/compare/1.13.17...1.14.0
c287427
Version bump561795a
Merge pull request #1370
from VitalyVPinchuk/fix-13559d1b6d6
Merge pull request #1366
from sgerke-1L/reproducerd2121ac
fix: handle fallback to default constructor parameters in
constructedWith<>()daf3357
Alternative fix01f80fc
Merge pull request #1367
from rsvinicius/confirm-verified-test-case-isolationc49b8d9
code review: remove clearMarks() testcd3b6ca
Don't generate visibility bridge for package private default
implementations4c613ab
fix: ensure confirmVerified is isolated per test0eefb0f
Reproducer