KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <settings/settings_manager.h>
#include <pcbnew/pad.h>
#include <pcbnew/pcb_track.h>
#include <router/pns_node.h>
#include <router/pns_router.h>
#include <router/pns_item.h>
#include <router/pns_via.h>
#include <router/pns_kicad_iface.h>
Go to the source code of this file.
Classes | |
class | MOCK_RULE_RESOLVER |
struct | MOCK_RULE_RESOLVER::ITEM_KEY |
class | MOCK_PNS_KICAD_IFACE |
class | PNS_TEST_FIXTURE |
Functions | |
static bool | isCopper (const PNS::ITEM *aItem) |
static bool | isHole (const PNS::ITEM *aItem) |
static bool | isEdge (const PNS::ITEM *aItem) |
static void | dumpObstacles (const PNS::NODE::OBSTACLES &obstacles) |
BOOST_FIXTURE_TEST_CASE (PNSHoleCollisions, PNS_TEST_FIXTURE) | |
BOOST_FIXTURE_TEST_CASE | ( | PNSHoleCollisions | , |
PNS_TEST_FIXTURE | |||
) |
Definition at line 338 of file test_pns_basics.cpp.
References B_Cu, dumpObstacles(), F_Cu, v1, and v2.
|
static |
Definition at line 327 of file test_pns_basics.cpp.
Referenced by BOOST_FIXTURE_TEST_CASE().
|
static |
Definition at line 36 of file test_pns_basics.cpp.
References PADSTACK::ALL_LAYERS, CIRCLE, NPTH, pad, PNS::ITEM::Parent(), PCB_PAD_T, and EDA_ITEM::Type().
Referenced by MOCK_RULE_RESOLVER::Clearance().
|
static |
Definition at line 79 of file test_pns_basics.cpp.
References PNS::ITEM::BoardItem(), Edge_Cuts, BOARD_ITEM::IsOnLayer(), and Margin.
Referenced by MOCK_RULE_RESOLVER::Clearance().
|
static |
Definition at line 70 of file test_pns_basics.cpp.
References PNS::ITEM::HOLE_T, and PNS::ITEM::OfKind().
Referenced by MOCK_RULE_RESOLVER::Clearance().