|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_file_utils.h>#include <set>#include <board.h>#include <board_design_settings.h>#include <board_loader.h>#include <component_classes/component_class.h>#include <drc/drc_engine.h>#include <drc/drc_item.h>#include <drc/drc_rule.h>#include <footprint.h>#include <pcb_io/pcb_io_mgr.h>#include <project.h>#include <settings/settings_manager.h>#include <wx/filename.h>Go to the source code of this file.
Classes | |
| struct | DRC_ISSUE_24211_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (DRCIssue24211ComponentClassesAfterLoad, DRC_ISSUE_24211_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE (DRCIssue24211BothCustomRulesFire, DRC_ISSUE_24211_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | DRCIssue24211BothCustomRulesFire | , |
| DRC_ISSUE_24211_FIXTURE | ) |
Definition at line 102 of file test_drc_issue24211.cpp.
References BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), BOOST_TEST_MESSAGE(), DRCE_CLEARANCE, DRCE_FIRST, DRCE_LAST, PCB_IO_MGR::KICAD_SEXP, BOARD_LOADER::Load(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MM, project, RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, DRC_ENGINE::RunTests(), and DRC_ENGINE::SetViolationHandler().
| BOOST_FIXTURE_TEST_CASE | ( | DRCIssue24211ComponentClassesAfterLoad | , |
| DRC_ISSUE_24211_FIXTURE | ) |
Definition at line 73 of file test_drc_issue24211.cpp.
References BOOST_REQUIRE(), BOOST_TEST_MESSAGE(), COMPONENT_CLASS::ContainsClassName(), FOOTPRINT::GetComponentClass(), COMPONENT_CLASS::GetName(), PCB_IO_MGR::KICAD_SEXP, BOARD_LOADER::Load(), and project.