KiCad PCB EDA Suite
|
Test suite for SCH_SHEET. More...
#include <convert_to_biu.h>
#include <ignore.h>
#include <sch_junction.h>
#include <sch_no_connect.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <sch_rtree.h>
#include "uuid_test_utils.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. More... | |
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 62 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 BOOST_CHECK(), ignore_unused(), EDA_RECT::Intersects(), SCH_JUNCTION_T, and SCH_NO_CONNECT_T.
BOOST_AUTO_TEST_CASE | ( | MixedElements | ) |
Definition at line 183 of file test_sch_rtree.cpp.
References BOOST_CHECK(), ignore_unused(), EDA_RECT::Intersects(), SCH_JUNCTION_T, and SCH_NO_CONNECT_T.
BOOST_AUTO_TEST_CASE | ( | SingleElementTree | ) |
Definition at line 253 of file test_sch_rtree.cpp.
References ignore_unused(), SCH_JUNCTION_T, and SCH_NO_CONNECT_T.