|
libwreport
3.5
|
Test method information. More...
#include <tests.h>
Public Member Functions | |
| TestMethod (const std::string &name, std::function< void()> test_function) | |
Data Fields | |
| std::string | name |
| Name of the test method. | |
| std::function< void()> | test_function |
| Main body of the test method. | |
Test method information.
1.8.9.1