KiCad PCB EDA Suite
|
Test suite for SCH_SHEET. More...
#include <base_units.h>
#include <core/ignore.h>
#include <sch_junction.h>
#include <sch_no_connect.h>
#include <qa_utils/uuid_test_utils.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <sch_rtree.h>
#include <qa_utils/wx_utils/wx_assert.h>
Go to the source code of this file.
Classes | |
class | TEST_SCH_RTREE_FIXTURE |
Functions | |
BOOST_AUTO_TEST_CASE (Default) | |
Declare the test suite. | |
BOOST_AUTO_TEST_CASE (Junctions) | |
BOOST_AUTO_TEST_CASE (MixedElements) | |
BOOST_AUTO_TEST_CASE (SingleElementTree) | |
Test suite for SCH_SHEET.
Definition in file test_sch_rtree.cpp.
BOOST_AUTO_TEST_CASE | ( | Default | ) |
Declare the test suite.
Check default iterators
Definition at line 61 of file test_sch_rtree.cpp.
References ignore_unused(), MAX_STRUCT_TYPE_ID, and SCH_JUNCTION_T.
BOOST_AUTO_TEST_CASE | ( | Junctions | ) |
Definition at line 102 of file test_sch_rtree.cpp.
References ignore_unused(), BOX2< Vec >::Intersects(), EDA_IU_SCALE::MilsToIU(), SCH_JUNCTION_T, SCH_NO_CONNECT_T, and schIUScale.
BOOST_AUTO_TEST_CASE | ( | MixedElements | ) |
Definition at line 191 of file test_sch_rtree.cpp.
References ignore_unused(), BOX2< Vec >::Intersects(), EDA_IU_SCALE::MilsToIU(), SCH_JUNCTION_T, SCH_NO_CONNECT_T, and schIUScale.
BOOST_AUTO_TEST_CASE | ( | SingleElementTree | ) |
Definition at line 265 of file test_sch_rtree.cpp.
References ignore_unused(), EDA_IU_SCALE::MilsToIU(), SCH_JUNCTION_T, SCH_NO_CONNECT_T, and schIUScale.