Skip to content

Releases: MarkusAmshove/Kluent

v1.72

22 Oct 12:24
61b16a6
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

v1.71

19 Oct 19:05
2ceebe1
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

v1.70

16 Oct 11:49
d1f1efb
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Added should throw and should not throw assertions that operate on suspending functions (#216) @piotrb5e3

🐛 Bug Fixes

v1.69

09 Oct 18:39
03562fd
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Add shouldContainNone and shouldNotContainAny with check lambda (#210) @andersu

🐛 Bug Fixes

⬆️ Dependencies

  • Update junit dependency to non-vulnerable version (#209) @rohte

v1.68

08 Oct 11:16
19830f9
Compare
Choose a tag to compare
Merge pull request #207 from javatarz/consistent-formatting

Consistent formatting

v1.4

21 Feb 13:01
Compare
Choose a tag to compare

Add support for stubbing and mocking

v1.3

15 Feb 17:14
Compare
Choose a tag to compare
release for Kotlin 1.0.0

v1.2

10 Feb 21:43
Compare
Choose a tag to compare

Array and Iterable Equality

infixCamelCaseNotations

09 Feb 19:21
Compare
Choose a tag to compare

Kluent now provides all assertions as backtick Notation and camelCaseNotation.

First Release of Kluent

09 Feb 07:01
Compare
Choose a tag to compare

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