jSparrow v3.29.0/v3.5.0

Released: Apr 15, 2021

Updates in v3.29.0/v3.5.0

Features

  • jSparrow Eclipse Plugin and Maven Plugin
    • New Rule:
      • Replace JUnit assertThat with Hamcrest - The JUnit Assert.assertThat method has been deprecated. Its sole purpose is to forward the call to the MatcherAssert.assertThat method defined in Hamcrest 1.3. Therefore, it is recommended to directly use the equivalent assertion defined in the third party Hamcrest library.
  • jSparrow Eclipse Plugin
    • Replace JUnit 4 Assertions with JUnit Jupiter - Extends the rule coverage by allowing the replacement of JUnit 4 assertion Assert.assertThrows with its equialent Jupiter alternative Assertions.assertThrows.