|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <schematic_utils/schematic_file_util.h>#include <locale_io.h>#include <netlist_exporter_cadstar.h>#include <netlist_exporter_orcadpcb2.h>#include <netlist_exporter_pads.h>#include <reporter.h>#include <schematic.h>#include <settings/settings_manager.h>#include <wx/ffile.h>#include <wx/filename.h>Go to the source code of this file.
Classes | |
| struct | ISSUE24330_FIXTURE |
Functions | |
| template<typename Exporter> | |
| static wxString | writeAndReadNetlist (SCHEMATIC *aSch, const wxString &aSuffix, const wxString &aExt) |
| BOOST_AUTO_TEST_CASE (OrcadPCB2_PreservesLongPinNumbers) | |
| BOOST_AUTO_TEST_CASE (Cadstar_PreservesLongPinNumbers) | |
| BOOST_AUTO_TEST_CASE (PADS_PreservesLongPinNumbers) | |
| BOOST_AUTO_TEST_CASE | ( | Cadstar_PreservesLongPinNumbers | ) |
Definition at line 97 of file test_issue24330_netlist_pin_truncation.cpp.
References BOOST_CHECK_MESSAGE(), dummy, KI_TEST::LoadSchematic(), netlist, and writeAndReadNetlist().
| BOOST_AUTO_TEST_CASE | ( | OrcadPCB2_PreservesLongPinNumbers | ) |
Definition at line 77 of file test_issue24330_netlist_pin_truncation.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_MESSAGE(), dummy, KI_TEST::LoadSchematic(), netlist, and writeAndReadNetlist().
| BOOST_AUTO_TEST_CASE | ( | PADS_PreservesLongPinNumbers | ) |
Definition at line 115 of file test_issue24330_netlist_pin_truncation.cpp.
References BOOST_CHECK_MESSAGE(), dummy, KI_TEST::LoadSchematic(), netlist, and writeAndReadNetlist().
|
static |
Definition at line 48 of file test_issue24330_netlist_pin_truncation.cpp.
References BOOST_REQUIRE(), PROJECT::GetProjectFullName(), SCHEMATIC::Project(), and reporter.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().