|
KiCad PCB EDA Suite
|
Public Attributes | |
| std::string | m_TestName |
| const std::vector< std::pair< std::string, VECTOR2I > > & | m_OrigPadPositions |
| const std::vector< std::pair< std::string, VECTOR2I > > & | m_NewPadPositions |
| std::optional< VECTOR2I > | m_ExpectedPosShift |
| std::optional< EDA_ANGLE > | m_ExpectedAngleShift |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const FP_ALIGNMENT_TEST_CASE &testCase) |
Definition at line 38 of file test_footprint_realignment.cpp.
|
friend |
Definition at line 47 of file test_footprint_realignment.cpp.
References m_TestName.
| std::optional<EDA_ANGLE> FP_ALIGNMENT_TEST_CASE::m_ExpectedAngleShift |
Definition at line 44 of file test_footprint_realignment.cpp.
Referenced by FP_REALIGNMENT_TEST_FIXTURE::ExecuteTestCase().
| std::optional<VECTOR2I> FP_ALIGNMENT_TEST_CASE::m_ExpectedPosShift |
Definition at line 43 of file test_footprint_realignment.cpp.
Referenced by FP_REALIGNMENT_TEST_FIXTURE::ExecuteTestCase().
| const std::vector<std::pair<std::string, VECTOR2I> >& FP_ALIGNMENT_TEST_CASE::m_NewPadPositions |
Definition at line 42 of file test_footprint_realignment.cpp.
Referenced by FP_REALIGNMENT_TEST_FIXTURE::ExecuteTestCase().
| const std::vector<std::pair<std::string, VECTOR2I> >& FP_ALIGNMENT_TEST_CASE::m_OrigPadPositions |
Definition at line 41 of file test_footprint_realignment.cpp.
Referenced by FP_REALIGNMENT_TEST_FIXTURE::ExecuteTestCase().
| std::string FP_ALIGNMENT_TEST_CASE::m_TestName |
Definition at line 40 of file test_footprint_realignment.cpp.
Referenced by operator<<.