KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_pads_arc_structures.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <sstream>
#include <pcb_io/pads/pads_parser.h>

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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/9]

BOOST_AUTO_TEST_CASE ( Arc_FromBoundingBox )

Definition at line 95 of file test_pads_arc_structures.cpp.

References radius.

◆ BOOST_AUTO_TEST_CASE() [2/9]

BOOST_AUTO_TEST_CASE ( Arc_FromBoundingBox_OffCenter )

Definition at line 119 of file test_pads_arc_structures.cpp.

References radius.

◆ BOOST_AUTO_TEST_CASE() [3/9]

◆ BOOST_AUTO_TEST_CASE() [4/9]

◆ BOOST_AUTO_TEST_CASE() [5/9]

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() [6/9]

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() [7/9]

BOOST_AUTO_TEST_CASE ( ArcPoint_LineConstruction )

◆ BOOST_AUTO_TEST_CASE() [8/9]

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() [9/9]

BOOST_AUTO_TEST_CASE ( ArcPoint_ParseFromStream_NoArc )

Definition at line 156 of file test_pads_arc_structures.cpp.