yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::TestConfig Struct Reference

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
 

Detailed Description

Definition at line 50 of file yaze_test.cc.

Member Data Documentation

◆ mode

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().

◆ test_pattern

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().

◆ rom_path

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().

◆ verbose

bool yaze::test::TestConfig::verbose = false

◆ skip_rom_tests

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().

◆ enable_ui_tests

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().

◆ show_gui

bool yaze::test::TestConfig::show_gui = false

Definition at line 57 of file yaze_test.cc.

Referenced by yaze::test::ParseArguments().

◆ test_speed

ImGuiTestRunSpeed yaze::test::TestConfig::test_speed = ImGuiTestRunSpeed_Fast

Definition at line 58 of file yaze_test.cc.

Referenced by yaze::test::ParseArguments().


The documentation for this struct was generated from the following file: