libept
|
Test method information. More...
#include <tests.h>
Public Member Functions | |
TestMethod (const std::string &name, std::function< void()> test_function) | |
Public Attributes | |
std::string | name |
Name of the test method. More... | |
std::function< void()> | test_function |
Main body of the test method. More... | |
Test method information.
|
inline |
std::string ept::tests::TestMethod::name |
Name of the test method.
Referenced by ept::tests::TestCase::run_test(), and ept::tests::SimpleTestController::test_method_begin().
std::function<void()> ept::tests::TestMethod::test_function |
Main body of the test method.
Referenced by ept::tests::TestCase::run_test().