All Versions
66
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 7

  • v1.9 Changes

    • ๐Ÿ‘ Allow subtyping of exceptions | Issue | PR | thanks to @neyb
  • v1.4 Changes

    February 21, 2016

    โž• Add support for stubbing and mocking

  • v1.3

    February 15, 2016
  • v1.2 Changes

    February 10, 2016

    Array and Iterable Equality

  • v1.1 Changes

    February 09, 2016

    Kluent now provides all assertions as backtick Notation and camelCaseNotation.

  • v1.0 Changes

    February 09, 2016

    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