|
CppTest
Version 2.0.0
|
#include <list>#include <memory>#include <string>#include "cpptest-time.h"#include "cpptest-source.h"Go to the source code of this file.
Classes | |
| class | Test::Suite |
Namespaces | |
| Test | |
Macros | |
| #define | TEST_ADD(func) |
| #define TEST_ADD | ( | func | ) |
Adds a test function to the enclosing suite. Note that test functions should be added in the suites constructor.
| func | Function to add, must be of type Suite::Func. |