|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_test_utils.h>#include "../../../pcbnew/diff_merge/applier_helpers.h"#include <board.h>#include <board_item.h>#include <footprint.h>#include <pad.h>#include <settings/settings_manager.h>Go to the source code of this file.
Classes | |
| struct | APPLIER_HELPERS_FIXTURE |
Functions | |
| BOOST_AUTO_TEST_CASE (CollectTopLevelIdsNullBoardIsNoop) | |
| BOOST_AUTO_TEST_CASE (CollectTopLevelIdsIncludesItemsButNotChildren) | |
| BOOST_AUTO_TEST_CASE (CollectTopLevelIdsIsAdditive) | |
| BOOST_AUTO_TEST_CASE | ( | CollectTopLevelIdsIncludesItemsButNotChildren | ) |
Definition at line 68 of file test_applier_helpers.cpp.
References BOOST_REQUIRE(), KICAD_DIFF::CollectTopLevelIds(), and pad.
| BOOST_AUTO_TEST_CASE | ( | CollectTopLevelIdsIsAdditive | ) |
Definition at line 100 of file test_applier_helpers.cpp.
References KICAD_DIFF::CollectTopLevelIds().
| BOOST_AUTO_TEST_CASE | ( | CollectTopLevelIdsNullBoardIsNoop | ) |
Definition at line 56 of file test_applier_helpers.cpp.
References BOOST_AUTO_TEST_CASE(), and KICAD_DIFF::CollectTopLevelIds().