micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
According to the semver rules:
Major version X (X.y.z | X > 0) MUST be incremented if any backwards incompatible changes are introduced to the public API.
The breaking changes introduced by each major release, in reverse chronological order, are:
Major rework, with full set of comparators, exceptions, function templates for test cases and class templates for test suites.
Deprecate run_test_case(func, name)
in favour of run_test_case(name, func)
, to prepare for variadic templates.
The C++ namespace was renamed from os
to micro_os_plus
.
The initial code (inspired in its simplicity by node-tap) was extracted from the mono-repo µOS++ project.