KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <schematic_utils/schematic_file_util.h>
#include <algorithm>
#include <vector>
#include <schematic.h>
#include <sch_screen.h>
#include <sch_symbol.h>
#include <sch_pin.h>
#include <settings/settings_manager.h>
#include <locale_io.h>
Go to the source code of this file.
Classes | |
struct | STACKED_PIN_FIXTURE |
Functions | |
static std::vector< wxString > | ToVector (const std::initializer_list< const char * > &init) |
BOOST_FIXTURE_TEST_CASE (StackedPinNomenclature_ExpandsCorrectly, STACKED_PIN_FIXTURE) | |
BOOST_FIXTURE_TEST_CASE | ( | StackedPinNomenclature_ExpandsCorrectly | , |
STACKED_PIN_FIXTURE | ) |
Definition at line 50 of file test_stacked_pin_nomenclature.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), dummy, SCH_SYMBOL::GetPins(), SCH_SYMBOL::GetSchSymbolLibraryName(), SCH_SCREEN::Items(), KI_TEST::LoadSchematic(), EE_RTREE::OfType(), SCH_SYMBOL_T, and ToVector().
|
static |
Definition at line 42 of file test_stacked_pin_nomenclature.cpp.
Referenced by BOOST_FIXTURE_TEST_CASE().