KiCad PCB EDA Suite
|
Declare the test suite. More...
Public Attributes | |
std::string | m_case_name |
std::set< wxString > | m_existing_pad_numbers |
std::unique_ptr< ARRAY_OPTIONS > | m_arr_opts |
std::vector< wxString > | m_expected_numbers |
Declare the test suite.
Definition at line 40 of file test_array_pad_name_provider.cpp.
std::unique_ptr<ARRAY_OPTIONS> APNP_CASE::m_arr_opts |
Definition at line 44 of file test_array_pad_name_provider.cpp.
std::string APNP_CASE::m_case_name |
Definition at line 42 of file test_array_pad_name_provider.cpp.
std::set<wxString> APNP_CASE::m_existing_pad_numbers |
Definition at line 43 of file test_array_pad_name_provider.cpp.
std::vector<wxString> APNP_CASE::m_expected_numbers |
Definition at line 45 of file test_array_pad_name_provider.cpp.