#include <test_suite.hpp>
Public Attributes | |
test_suite_cmd | cmd = UNKNOWN |
bool | initialized = false |
bool | brief = false |
bool | quiet = false |
std::vector< test_unit_args > | unit_args |
Test suite arguments struct
bool matador::test_suite::test_suite_args::brief = false |
If true for LIST command only a brief list is printed
test_suite_cmd matador::test_suite::test_suite_args::cmd = UNKNOWN |
Test suite command to be executed
bool matador::test_suite::test_suite_args::initialized = false |
Indicates wether the suite is initialized or not
bool matador::test_suite::test_suite_args::quiet = false |
If true no output is written to stdout
std::vector<test_unit_args> matador::test_suite::test_suite_args::unit_args |
Vector of test unit arguments