|
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 41 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | Arc_DefaultConstruction | ) |
Definition at line 30 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 213 of file test_pads_arc_structures.cpp.
References radius.
| BOOST_AUTO_TEST_CASE | ( | Arc_FromBoundingBox_OffCenter | ) |
Definition at line 237 of file test_pads_arc_structures.cpp.
References radius.
| BOOST_AUTO_TEST_CASE | ( | Arc_FullCircle | ) |
Definition at line 117 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | Arc_NegativeDelta | ) |
Definition at line 125 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ArcConstruction | ) |
Definition at line 72 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 52 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 104 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_EmplaceBack_Line | ) |
Definition at line 88 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_LineConstruction | ) |
Definition at line 63 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 254 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ParseFromStream_NoArc | ) |
Definition at line 274 of file test_pads_arc_structures.cpp.
| BOOST_AUTO_TEST_CASE | ( | DecalItem_UsesArcPoint | ) |
Definition at line 197 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 134 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 146 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 180 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 163 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL(), PADS_IO::TRACK::layer, PADS_IO::TRACK::points, and PADS_IO::TRACK::width.