CppTest home page | CppTest project page |
#include <list>
#include <memory>
#include <string>
#include "cpptest-time.h"
#include "cpptest-source.h"
Go to the source code of this file.
#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. |
///