KiCad PCB EDA Suite
|
Declare the test suite. More...
Public Attributes | |
std::string | m_case_name |
bool | m_using_footprint |
std::vector< wxString > | m_existing_pads |
std::unique_ptr< ARRAY_OPTIONS > | m_arr_opts |
std::vector< wxString > | m_expected_numbers |
Declare the test suite.
Definition at line 58 of file test_array_pad_name_provider.cpp.
std::unique_ptr<ARRAY_OPTIONS> APNP_CASE::m_arr_opts |
Definition at line 63 of file test_array_pad_name_provider.cpp.
std::string APNP_CASE::m_case_name |
Definition at line 60 of file test_array_pad_name_provider.cpp.
std::vector<wxString> APNP_CASE::m_existing_pads |
Definition at line 62 of file test_array_pad_name_provider.cpp.
std::vector<wxString> APNP_CASE::m_expected_numbers |
Definition at line 64 of file test_array_pad_name_provider.cpp.
bool APNP_CASE::m_using_footprint |
Definition at line 61 of file test_array_pad_name_provider.cpp.