|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <board.h>#include <footprint.h>#include <pad.h>#include <memory>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (SetSizeXOnCirclePadUpdatesY) | |
| BOOST_AUTO_TEST_CASE (SetSizeYOnCirclePadUpdatesX) | |
| BOOST_AUTO_TEST_CASE (SetSizeXOnRectPadLeavesYAlone) | |
| BOOST_AUTO_TEST_CASE | ( | SetSizeXOnCirclePadUpdatesY | ) |
Definition at line 38 of file test_pad_size_setters.cpp.
References PADSTACK::ALL_LAYERS, BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), CIRCLE, FPHOLDER, pad, pcbIUScale, PTH, PAD::PTHMask(), and BOARD::SetBoardUse().
| BOOST_AUTO_TEST_CASE | ( | SetSizeXOnRectPadLeavesYAlone | ) |
Definition at line 82 of file test_pad_size_setters.cpp.
References PADSTACK::ALL_LAYERS, BOOST_CHECK_EQUAL(), F_Cu, FPHOLDER, pad, pcbIUScale, RECTANGLE, BOARD::SetBoardUse(), and SMD.
| BOOST_AUTO_TEST_CASE | ( | SetSizeYOnCirclePadUpdatesX | ) |
Definition at line 60 of file test_pad_size_setters.cpp.
References PADSTACK::ALL_LAYERS, BOOST_CHECK_EQUAL(), CIRCLE, FPHOLDER, pad, pcbIUScale, PTH, PAD::PTHMask(), and BOARD::SetBoardUse().