KiCad PCB EDA Suite
|
Public Attributes | |
std::string | m_caseName |
std::string | m_refPrefix |
std::string | m_refValue |
std::string | m_refLibName |
std::vector< int > | m_existingUnits |
std::string | m_existingValue |
std::string | m_existingLibName |
std::vector< int > | m_requestedUnits |
bool | m_expectedAvailable |
std::string | m_reason |
Definition at line 71 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_caseName |
Definition at line 73 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_existingLibName |
Definition at line 79 of file test_annotation_units_conflicts.cpp.
std::vector<int> UNIT_CONFLICT_TEST_CASE::m_existingUnits |
Definition at line 77 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_existingValue |
Definition at line 78 of file test_annotation_units_conflicts.cpp.
bool UNIT_CONFLICT_TEST_CASE::m_expectedAvailable |
Definition at line 81 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_reason |
Definition at line 82 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_refLibName |
Definition at line 76 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_refPrefix |
Definition at line 74 of file test_annotation_units_conflicts.cpp.
std::string UNIT_CONFLICT_TEST_CASE::m_refValue |
Definition at line 75 of file test_annotation_units_conflicts.cpp.
std::vector<int> UNIT_CONFLICT_TEST_CASE::m_requestedUnits |
Definition at line 80 of file test_annotation_units_conflicts.cpp.