|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <atomic>#include <functional>#include <board.h>#include <math/vector2d.h>#include <pcb_marker.h>#include <drc/drc_engine.h>#include <drc/drc_item.h>#include <drc/drc_rule.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (CapIsExact) | |
| BOOST_AUTO_TEST_CASE (InitEngineResetsLastErrorCode) | |
| BOOST_AUTO_TEST_CASE | ( | CapIsExact | ) |
Definition at line 39 of file test_drc_error_limit.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_TEST(), DRC_ITEM::Create(), DRCE_ASSERTION_FAILURE, DRC_ENGINE::IsErrorLimitExceeded(), DRC_ENGINE::ReportViolation(), and DRC_ENGINE::SetViolationHandler().
| BOOST_AUTO_TEST_CASE | ( | InitEngineResetsLastErrorCode | ) |
Definition at line 75 of file test_drc_error_limit.cpp.
References BOOST_REQUIRE(), DRC_ITEM::Create(), DRCE_LAST, BOARD::GetDesignSettings(), DRC_ENGINE::InitEngine(), DRC_ENGINE::IsErrorLimitExceeded(), and DRC_ENGINE::ReportViolation().