Elektra  0.8.23
C++ Unit Testing Framework

Problem

The previous unit testing framework started as hack to have a bit more than simple asserts. It is not easy to use (needs explicit enumeration of all testcases) and lacks really important features (e.g. output of the assertion that failed).

Constraints

Assumptions

Considered Alternatives

Decision

Rationale

Implications

Related decisions

Notes