|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <memory>#include <pin_map.h>#include <lib_symbol.h>#include <sch_pin.h>#include <sch_symbol.h>#include <sch_screen.h>#include <sch_sheet.h>#include <sch_sheet_path.h>#include <schematic.h>#include <settings/settings_manager.h>#include <erc/erc.h>Go to the source code of this file.
Classes | |
| struct | PIN_MAP_ERC_FIXTURE |
Functions | |
| BOOST_AUTO_TEST_CASE (StalePinReferenceFires) | |
| BOOST_AUTO_TEST_CASE (DuplicatePadFires) | |
| BOOST_AUTO_TEST_CASE (CleanMapStaysQuiet) | |
| BOOST_AUTO_TEST_CASE (JumperedDuplicateStaysQuiet) | |
| BOOST_AUTO_TEST_CASE (StackedSamePinStaysQuiet) | |
| BOOST_AUTO_TEST_CASE | ( | CleanMapStaysQuiet | ) |
Definition at line 116 of file test_pin_map_erc.cpp.
References BOOST_CHECK_EQUAL(), and PIN_MAP::SetEntry().
| BOOST_AUTO_TEST_CASE | ( | DuplicatePadFires | ) |
Definition at line 104 of file test_pin_map_erc.cpp.
References BOOST_CHECK_EQUAL(), and PIN_MAP::SetEntry().
| BOOST_AUTO_TEST_CASE | ( | JumperedDuplicateStaysQuiet | ) |
Definition at line 128 of file test_pin_map_erc.cpp.
References BOOST_CHECK_EQUAL(), and PIN_MAP::SetEntry().
| BOOST_AUTO_TEST_CASE | ( | StackedSamePinStaysQuiet | ) |
Definition at line 141 of file test_pin_map_erc.cpp.
References BOOST_CHECK_EQUAL(), and PIN_MAP::SetEntry().
| BOOST_AUTO_TEST_CASE | ( | StalePinReferenceFires | ) |
Definition at line 92 of file test_pin_map_erc.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and PIN_MAP::SetEntry().