Public Attributes | |
TestMode | mode = TestMode::kAll |
std::string | test_pattern |
std::string | rom_path = "zelda3.sfc" |
bool | verbose = false |
bool | skip_rom_tests = false |
bool | enable_ui_tests = false |
bool | show_gui = false |
ImGuiTestRunSpeed | test_speed = ImGuiTestRunSpeed_Fast |
Definition at line 50 of file yaze_test.cc.
TestMode yaze::test::TestConfig::mode = TestMode::kAll |
Definition at line 51 of file yaze_test.cc.
Referenced by yaze::test::ConfigureTestFilters(), and yaze::test::ParseArguments().
std::string yaze::test::TestConfig::test_pattern |
Definition at line 52 of file yaze_test.cc.
Referenced by yaze::test::ConfigureTestFilters(), and yaze::test::ParseArguments().
std::string yaze::test::TestConfig::rom_path = "zelda3.sfc" |
Definition at line 53 of file yaze_test.cc.
Referenced by yaze::test::ParseArguments(), and yaze::test::SetupTestEnvironment().
bool yaze::test::TestConfig::verbose = false |
Definition at line 54 of file yaze_test.cc.
Referenced by yaze::test::ConfigureTestFilters(), yaze::test::ParseArguments(), and yaze::test::SetupTestEnvironment().
bool yaze::test::TestConfig::skip_rom_tests = false |
Definition at line 55 of file yaze_test.cc.
Referenced by yaze::test::ParseArguments(), and yaze::test::SetupTestEnvironment().
bool yaze::test::TestConfig::enable_ui_tests = false |
Definition at line 56 of file yaze_test.cc.
Referenced by yaze::test::ParseArguments(), and yaze::test::SetupTestEnvironment().
bool yaze::test::TestConfig::show_gui = false |
Definition at line 57 of file yaze_test.cc.
Referenced by yaze::test::ParseArguments().
ImGuiTestRunSpeed yaze::test::TestConfig::test_speed = ImGuiTestRunSpeed_Fast |
Definition at line 58 of file yaze_test.cc.
Referenced by yaze::test::ParseArguments().