KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_pin_map_erc.cpp File Reference
#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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

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() [2/5]

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() [3/5]

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() [4/5]

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() [5/5]

BOOST_AUTO_TEST_CASE ( StalePinReferenceFires )