#include <test_suite.h>
Public Attributes | |
std::string | id |
std::string | name |
std::string | script_path |
std::string | description |
std::string | group_name |
std::vector< std::string > | tags |
std::map< std::string, std::string > | parameters |
Definition at line 21 of file test_suite.h.
std::string yaze::cli::TestCaseDefinition::id |
Definition at line 22 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::string yaze::cli::TestCaseDefinition::name |
Definition at line 23 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::string yaze::cli::TestCaseDefinition::script_path |
Definition at line 24 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::string yaze::cli::TestCaseDefinition::description |
Definition at line 25 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::string yaze::cli::TestCaseDefinition::group_name |
Definition at line 26 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::vector<std::string> yaze::cli::TestCaseDefinition::tags |
Definition at line 27 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::map<std::string, std::string> yaze::cli::TestCaseDefinition::parameters |
Definition at line 28 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().