#include <list>
#include <memory>
#include <string>
#include "cpptest-time.h"
Go to the source code of this file.
◆ TEST_ADD
Adds a test function to the enclosing suite. Note that test functions should be added in the suites constructor.
- Parameters
-
func | Function to add, must be of type Suite::Func. |
- Example:
-