Skip to content

0.5.0 - support verbose messages with AUnitVerbose.h

Compare
Choose a tag to compare
@bxparks bxparks released this 25 Apr 23:17
· 328 commits to master since this release
b955dfd
  • 0.5.0 (2018-04-25)
    • Support verbose assertion messages using AUnitVerbose.h. Fixes #8.
    • Better assertion messages for assertTrue() and assertFalse(). Fixes #17.
    • Print duration of test runner at the end. Fixes #18.
    • Extract meta assertion tests to tests/AUnitMetaTest, so that core
      tests/AUnitTest can fit inside an Arduino Micro.