Releases: bxparks/AUnit
Releases · bxparks/AUnit
v0.3.1 - Add support for Verbosity::kTestExpired
- 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
- v0.3.0 (2018-03-19)
- Implement all remaining macros from ArduinoUnit:
assertTestXxx(), checkTestXxx(), externTest(), externTesting().
- Implement all remaining macros from ArduinoUnit:
v0.2.0 - TestRunner can time out long running tests
- 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().
- TestRunner can time out long running tests. Default time out is 10
v0.1.1
Initial v0.1.0 beta release
Merge pull request #1 from bxparks/develop Initial v0.1.0 beta release