KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_issue24330_netlist_pin_truncation.cpp File Reference
#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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( Cadstar_PreservesLongPinNumbers )

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( OrcadPCB2_PreservesLongPinNumbers )

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( PADS_PreservesLongPinNumbers )

◆ writeAndReadNetlist()

template<typename Exporter>
static wxString writeAndReadNetlist ( SCHEMATIC * aSch,
const wxString & aSuffix,
const wxString & aExt )
static