#include <test_suite.h>
Public Attributes | |
std::string | name |
std::string | description |
std::vector< std::string > | depends_on |
std::vector< TestCaseDefinition > | tests |
Definition at line 31 of file test_suite.h.
std::string yaze::cli::TestGroupDefinition::name |
Definition at line 32 of file test_suite.h.
Referenced by yaze::cli::BuildTestSuiteYaml(), yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseGroupEntry(), and yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().
std::string yaze::cli::TestGroupDefinition::description |
Definition at line 33 of file test_suite.h.
Referenced by yaze::cli::BuildTestSuiteYaml(), and yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseGroupEntry().
std::vector<std::string> yaze::cli::TestGroupDefinition::depends_on |
Definition at line 34 of file test_suite.h.
Referenced by yaze::cli::BuildTestSuiteYaml(), and yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseGroupEntry().
std::vector<TestCaseDefinition> yaze::cli::TestGroupDefinition::tests |
Definition at line 35 of file test_suite.h.
Referenced by yaze::cli::BuildTestSuiteYaml(), and yaze::cli::anonymous_namespace{test_suite_loader.cc}::ParseTestCaseEntry().