#include <list>
#include <memory>
#include <string>
#include "cpptest-time.h"
Go to the source code of this file.
Adds a test function to the enclosing suite. Note that test functions should be added in the suites constructor.
MySuite::MySuite() { TEST_ADD(&MySuite::test_1) TEST_ADD(&MySuite::test_2) ... }