MT Core (C++)
Core library for replacing C++ standard in project usage
|
Test case metadata. More...
#include <mttest.hpp>
Public Attributes | |
std::function< void(TestContext &)> | case_impl |
std::string | suite |
std::string | name |
Test case metadata.
Definition at line 157 of file mttest.hpp.
std::function<void(TestContext &)> mttest::TestCase::case_impl |
Definition at line 158 of file mttest.hpp.
std::string mttest::TestCase::name |
Definition at line 160 of file mttest.hpp.
std::string mttest::TestCase::suite |
Definition at line 159 of file mttest.hpp.