|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <board.h>#include <board_item.h>#include <footprint.h>#include <pcb_dimension.h>#include <pcb_group.h>#include <pcb_shape.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (GroupWithFootprintIsLeftIntact) | |
| BOOST_AUTO_TEST_CASE (GroupWithoutFootprintStillMirrors) | |
| BOOST_AUTO_TEST_CASE (GroupWithDimensionStillMirrors) | |
| BOOST_AUTO_TEST_CASE | ( | GroupWithDimensionStillMirrors | ) |
Definition at line 91 of file test_group_mirror.cpp.
References BOOST_CHECK_EQUAL(), PCB_DIMENSION_BASE::GetEnd(), EDA_SHAPE::GetStart(), PCB_DIMENSION_BASE::GetStart(), group, LEFT_RIGHT, PCB_DIM_ALIGNED_T, SEGMENT, PCB_DIMENSION_BASE::SetEnd(), PCB_SHAPE::SetEnd(), PCB_DIMENSION_BASE::SetStart(), and PCB_SHAPE::SetStart().
| BOOST_AUTO_TEST_CASE | ( | GroupWithFootprintIsLeftIntact | ) |
Definition at line 39 of file test_group_mirror.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), FOOTPRINT, EDA_SHAPE::GetEnd(), FOOTPRINT::GetPosition(), EDA_SHAPE::GetStart(), group, LEFT_RIGHT, SEGMENT, PCB_SHAPE::SetEnd(), FOOTPRINT::SetPosition(), and PCB_SHAPE::SetStart().
| BOOST_AUTO_TEST_CASE | ( | GroupWithoutFootprintStillMirrors | ) |
Definition at line 70 of file test_group_mirror.cpp.
References BOOST_CHECK_EQUAL(), EDA_SHAPE::GetEnd(), EDA_SHAPE::GetStart(), group, LEFT_RIGHT, SEGMENT, PCB_SHAPE::SetEnd(), and PCB_SHAPE::SetStart().