Skip to content

Releases: bxparks/AUnit

v0.3.1 - Add support for Verbosity::kTestExpired

20 Mar 18:53
6d4b9a2
Compare
Choose a tag to compare
  • v0.3.1 (2018-03-20)
    • Add support for Verbosity::kTestExpired.
    • Clean up code in examples/ directory and add documentation in README.md.

v0.3.0 - implement all remaining macros from ArduinoUnit

19 Mar 20:01
b042c64
Compare
Choose a tag to compare
  • v0.3.0 (2018-03-19)
    • Implement all remaining macros from ArduinoUnit:
      assertTestXxx(), checkTestXxx(), externTest(), externTesting().

v0.2.0 - TestRunner can time out long running tests

16 Mar 23:46
609eb0e
Compare
Choose a tag to compare
  • v0.2.0 (2018-03-16)
    • TestRunner can time out long running tests. Default time out is 10
      seconds, but is configurable using TestRunner::setTimeout().

v0.1.1

16 Mar 06:46
838ea16
Compare
Choose a tag to compare
  • v0.1.1 (2018-03-15)
    • Fix small bug with Test::setPassOrFail() which caused assertXxx()
      macros which returned true to terminate the testing() test cases.

Initial v0.1.0 beta release

15 Mar 18:54
fd8c4a7
Compare
Choose a tag to compare
Merge pull request #1 from bxparks/develop

Initial v0.1.0 beta release