|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (Arc_DefaultConstruction) | |
| BOOST_AUTO_TEST_CASE (Arc_AggregateInitialization) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_DefaultConstruction) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_LineConstruction) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_ArcConstruction) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_EmplaceBack_Line) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_EmplaceBack_Arc) | |
| BOOST_AUTO_TEST_CASE (Arc_FullCircle) | |
| BOOST_AUTO_TEST_CASE (Arc_NegativeDelta) | |
| BOOST_AUTO_TEST_CASE (Polyline_DefaultConstruction) | |
| BOOST_AUTO_TEST_CASE (Polyline_WithPoints) | |
| BOOST_AUTO_TEST_CASE (Track_UsesArcPoint) | |
| BOOST_AUTO_TEST_CASE (Pour_UsesArcPoint) | |
| BOOST_AUTO_TEST_CASE (DecalItem_UsesArcPoint) | |
| BOOST_AUTO_TEST_CASE (Arc_FromBoundingBox) | |
| BOOST_AUTO_TEST_CASE (Arc_FromBoundingBox_OffCenter) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_ParseFromStream) | |
| BOOST_AUTO_TEST_CASE (ArcPoint_ParseFromStream_NoArc) | |
| BOOST_AUTO_TEST_CASE | ( | Arc_AggregateInitialization | ) |
Definition at line 45 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | Arc_DefaultConstruction | ) |
Definition at line 34 of file test_pads_arc_structures.cpp.
References BOOST_AUTO_TEST_CASE(), and BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | Arc_FromBoundingBox | ) |
Definition at line 217 of file test_pads_arc_structures.cpp.
References radius.
| BOOST_AUTO_TEST_CASE | ( | Arc_FromBoundingBox_OffCenter | ) |
Definition at line 241 of file test_pads_arc_structures.cpp.
References radius.
| BOOST_AUTO_TEST_CASE | ( | Arc_FullCircle | ) |
Definition at line 121 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | Arc_NegativeDelta | ) |
Definition at line 129 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ArcConstruction | ) |
Definition at line 76 of file test_pads_arc_structures.cpp.
References PADS_IO::ARC_POINT::arc, BOOST_CHECK_EQUAL(), PADS_IO::ARC::cx, PADS_IO::ARC::cy, PADS_IO::ARC::delta_angle, PADS_IO::ARC_POINT::is_arc, PADS_IO::ARC::radius, PADS_IO::ARC::start_angle, PADS_IO::ARC_POINT::x, and PADS_IO::ARC_POINT::y.
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_DefaultConstruction | ) |
Definition at line 56 of file test_pads_arc_structures.cpp.
References PADS_IO::ARC_POINT::arc, BOOST_CHECK_EQUAL(), PADS_IO::ARC::cx, PADS_IO::ARC::cy, PADS_IO::ARC_POINT::is_arc, PADS_IO::ARC_POINT::x, and PADS_IO::ARC_POINT::y.
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_EmplaceBack_Arc | ) |
Definition at line 108 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_EmplaceBack_Line | ) |
Definition at line 92 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_LineConstruction | ) |
Definition at line 67 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::ARC_POINT::is_arc, PADS_IO::ARC_POINT::x, and PADS_IO::ARC_POINT::y.
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ParseFromStream | ) |
Definition at line 258 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ParseFromStream_NoArc | ) |
Definition at line 278 of file test_pads_arc_structures.cpp.
| BOOST_AUTO_TEST_CASE | ( | DecalItem_UsesArcPoint | ) |
Definition at line 201 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::DECAL_ITEM::layer, PADS_IO::DECAL_ITEM::points, PADS_IO::DECAL_ITEM::type, and PADS_IO::DECAL_ITEM::width.
| BOOST_AUTO_TEST_CASE | ( | Polyline_DefaultConstruction | ) |
Definition at line 138 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::POLYLINE::closed, PADS_IO::POLYLINE::layer, PADS_IO::POLYLINE::points, and PADS_IO::POLYLINE::width.
| BOOST_AUTO_TEST_CASE | ( | Polyline_WithPoints | ) |
Definition at line 150 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::POLYLINE::closed, PADS_IO::POLYLINE::layer, PADS_IO::POLYLINE::points, and PADS_IO::POLYLINE::width.
| BOOST_AUTO_TEST_CASE | ( | Pour_UsesArcPoint | ) |
Definition at line 184 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::POUR::layer, PADS_IO::POUR::net_name, PADS_IO::POUR::points, PADS_IO::POUR::priority, and PADS_IO::POUR::width.
| BOOST_AUTO_TEST_CASE | ( | Track_UsesArcPoint | ) |
Definition at line 167 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::TRACK::layer, PADS_IO::TRACK::points, and PADS_IO::TRACK::width.