strikt v0.13.0 Release Notes

Release Date: 2018-09-16 // over 5 years ago
    • 👻 Revisions to exception assertions.
      • Instead of assertThrows(() -> Unit) use assertThat(catching(() -> Unit))
      • throws' receiver is now Assertion.Builder<Throwable?> instead of Assertion.Builder<() -> Unit>