|
KiCad PCB EDA Suite
|
#include <filesystem>#include <fstream>#include <memory>#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_file_utils.h>#include <boost/test/unit_test.hpp>#include <base_units.h>#include <board.h>#include <kiid.h>#include <pcb_shape.h>#include <pcb_textbox.h>#include <pcbnew/pcb_io/odbpp/pcb_io_odbpp.h>#include <settings/settings_manager.h>#include <core/utf8.h>Go to the source code of this file.
Functions | |
| static int | countSurfaceRecords (const fs::path &aFeaturesFile) |
| BOOST_AUTO_TEST_CASE (OdbKnockoutTextboxExport) | |
| BOOST_AUTO_TEST_CASE | ( | OdbKnockoutTextboxExport | ) |
Definition at line 59 of file test_issue25074_odb_knockout_textbox.cpp.
References KIID::AsString(), BOOST_REQUIRE(), countSurfaceRecords(), KI_TEST::GetPcbnewTestDataDir(), BOARD_ITEM::IsKnockout(), PCB_TEXTBOX_T, KI_TEST::ReadBoardFromFileOrStream(), and PCB_IO_ODBPP::SaveBoard().
|
static |
Definition at line 41 of file test_issue25074_odb_knockout_textbox.cpp.
Referenced by BOOST_AUTO_TEST_CASE().