|
libwreport 3.42
|
Test method information. More...
#include <tests.h>
Public Member Functions | |
| TestMethod (const std::string &name_) | |
| TestMethod (const std::string &name_, std::function< void()> test_function_) | |
Data Fields | |
| std::string | name |
| Name of the test method. | |
| std::string | doc |
| Documentation attached to this test method. | |
| std::function< void()> | test_function |
| Main body of the test method. | |
Test method information.
| std::function<void()> wreport::tests::TestMethod::test_function |
Main body of the test method.
If nullptr, the test will be skipped.