Releases: MarkusAmshove/Kluent
Releases · MarkusAmshove/Kluent
v1.72
v1.71
v1.70
What's Changed
🚀 Features
- Added
should throw
andshould not throw
assertions 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 throw
should not throw
should throw the Excepton
...with message
should not throw the Exception
...with message