|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| 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_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_FromBoundingBox | ) |
Definition at line 95 of file test_pads_arc_structures.cpp.
References radius.
| BOOST_AUTO_TEST_CASE | ( | Arc_FromBoundingBox_OffCenter | ) |
Definition at line 119 of file test_pads_arc_structures.cpp.
References radius.
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ArcConstruction | ) |
Definition at line 50 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 30 of file test_pads_arc_structures.cpp.
References PADS_IO::ARC_POINT::arc, BOOST_AUTO_TEST_CASE(), 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 82 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_EmplaceBack_Line | ) |
Definition at line 66 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_LineConstruction | ) |
Definition at line 41 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 136 of file test_pads_arc_structures.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ArcPoint_ParseFromStream_NoArc | ) |
Definition at line 156 of file test_pads_arc_structures.cpp.