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

Changelog History
Page 6

  • v1.19 Changes

    • ExceptionResult is now Typed and withCause and withMessage are now fluent | PR | thanks to @vjames19
  • v1.18 Changes

  • v1.17 Changes

    • ⚡️ Update Kotlin to 1.1.1 | PR | thanks to @Egorand
    • ⚡️ Update Gradle to 3.4.1 | PR | thanks to @Egorand
    • 🛠 Fix compiler warnings in tests | PR | thanks to @Egorand
    • ⚡️ Update JUnit and Mockito | Issue | thanks to @Jeevuz)
    • 🛠 Fix reversed message in ShouldNotThrow | Issue | PR | thanks to @goreRatzete
    • 🤡 Use mockito-kotlin for mocking | Issue | PR | thanks to @fishb6nes
    • ➕ Add Assertions for LocalDateTime, LocalTime, LocalDate | PR | [Documentation](JavaTime.md)
  • v1.16 Changes

    • ⚡️ Update Kotlin to 1.1.0
    • Correct assertion message for Collection.shouldBeEmpty | Issue
  • v1.15 Changes

    February 19, 2017
    • Rework failure messages of shouldNotContain assertions | Issue
    • Extract assertions into different files
    • ➕ Add withCause for Exception-Assertions | Issue | PR | thanks to @okkero
    • ➕ Add common non infix assertions | Issue | PR
  • v1.14 Changes

    • Introduce numerical operations | Issue | PR

      shouldBeGreaterOrEqualTo

      shouldBeGreaterThan

      shouldBeLessOrEqualTo

      shouldBeLessThan

      shouldBePositive

      shouldBeNegative

      shouldBeInRange

  • v1.13 Changes

    • Provide methods to check if an object is a given instance | PR | thanks to @GAumala

      shouldBeInstanceOf

      shouldNotBeInstanceOf

  • v1.12 Changes

    • ⚡️ Update Kotlin to 1.0.6 | Issue | PR
  • v1.11 Changes

    • Provide methods for common String operations | Issue | PR | thanks to @goreRatzete

      shouldStartWith

      shouldNotStartWith

      shouldEndWith

      shouldNotEndWith

      shouldContain

      shouldNotContain

      shouldMatch

      shouldNotMatch

  • v1.10 Changes

    • ✅ Provide methods to test maps | Issue | PR | thanks to @goreRatzete

      shouldHaveKey

      shouldNotHaveKey

      shouldHaveValue

      shouldNotHaveValue

      shouldContain (pair)

      shouldNotContain (pair)