This repository was archived by the owner on Jan 3, 2025. It is now read-only.
Releases: markusamshove/Kluent
Releases · markusamshove/Kluent
v1.72
v1.71
v1.70
What's Changed
🚀 Features
- Added
should throwandshould not throwassertions that operate on suspending functions (#216) @piotrb5e3
🐛 Bug Fixes
- Fix target Java version (#219) @markusamshove
v1.69
v1.68
Merge pull request #207 from javatarz/consistent-formatting Consistent formatting
v1.4
Add support for stubbing and mocking
v1.3
release for Kotlin 1.0.0
v1.2
Array and Iterable Equality
infixCamelCaseNotations
Kluent now provides all assertions as backtick Notation and camelCaseNotation.
First Release of Kluent
Containing the following assertions:
- assertEquals
- assertNotEquals
- assertSame
- assertNotSame
should contain(Arrays and Iterables)should not contain(Arrays and Iterables)should throwshould not throwshould throw the Excepton...with messageshould not throw the Exception...with message