#include <qa_utils/wx_utils/unit_test_utils.h>
#include <boost/test/data/test_case.hpp>
#include <pcbnew_utils/board_test_utils.h>
#include <board.h>
#include <board_design_settings.h>
#include <pad.h>
#include <pcb_track.h>
#include <pcb_marker.h>
#include <footprint.h>
#include <drc/drc_item.h>
#include <settings/settings_manager.h>
#include <thread>
#include <chrono>
#include <exception>
Go to the source code of this file.
◆ BOOST_DATA_TEST_CASE_F()
Definition at line 81 of file test_drc_copper_sliver.cpp.
References BOOST_CHECK_EQUAL(), BOOST_TEST_MESSAGE(), DRC_ENGINE::ClearViolationHandler(), DRCCopperSliver_cases, DRCE_COPPER_SLIVER, DRCE_FIRST, DRCE_LAST, KI_TEST::FillZones(), BOARD_DESIGN_SETTINGS::GetSeverity(), INCH, KI_TEST::LoadBoard(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MM, pcbIUScale, RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, DRC_ENGINE::RunTests(), DRC_ENGINE::SetViolationHandler(), and RC_ITEM::ShowReport().
◆ DRCCopperSliver_cases
const std::vector<std::pair<wxString, int> > DRCCopperSliver_cases |
|
static |