Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Building and running a suite of tests, implemented as test classes.
This simple test suite runner is intended to be linked into a standalone C++ application, allowing to invoke individual tests by ID, invoking groups of tests and producing a report of all registered tests. Registration of individual testcases happens automatically through static test::Launcher instances.
Definition in file suite.hpp.
#include <vector>
#include <string>
Classes | |
class | Suite |
Enables running a collection of tests. More... | |