Skip to content

v1.5.4 - implement assertNoFatalFailure(statement) macro

Compare
Choose a tag to compare
@bxparks bxparks released this 02 Mar 22:25
· 48 commits to master since this release
154a906
  • 1.5.4 (2021-03-02)
    • Implement assertNoFatalFailure(statement) macro to prevent continued
      execution if statement contains assertion failures. Fixes
      Issue #11.