|
template<typename... Args>
TestMethod& radarelab::utils::tests::TestCase::add_method |
( |
const std::string & |
name, |
|
|
const std::string & |
doc, |
|
|
std::function< void()> |
test_function |
|
) |
| |
|
inline |
Register a new test method, including documentation.
Definizione alla linea 752 del file tests.h.
Referenzia methods.
std::vector< TestMethod > methods All registered test methods.
std::string name Name of the test case.
|