Go to the source code of this file.
◆ BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE_END |
( |
| ) |
|
◆ BOOST_REQUIRE() [1/2]
BOOST_REQUIRE |
( |
clipped. |
has_value() = =c.ExpectedClippedSeg.has_value() | ) |
|
◆ BOOST_REQUIRE() [2/2]
BOOST_REQUIRE |
( |
intersection. |
has_value() = =c.ExpectedIntersection.has_value() | ) |
|
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_FIXTURE_TEST_CASE(), CheckArc(), TEST_NETLIST_EXPORTER_KICAD_FIXTURE::CompareNetlists(), TEST_NETLIST_EXPORTER_SPICE_FIXTURE::CompareNetlists(), PREDEF_TIMESTAMPER::GetTimestamp(), KI_TEST::LoadAndTestBoardFile(), KI_TEST::LoadAndTestFootprintFile(), KI_TEST::LoadBoard(), KI_TEST::RequireBoardItemWithTypeAndId(), TEST_BITMAP_BASE_FIXTURE::TEST_BITMAP_BASE_FIXTURE(), testEnums(), and TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::WriteNetlist().
◆ BOOST_TEST()
BOOST_TEST |
( |
contains |
= =c.ExpectedContains | ) |
|
◆ if() [1/2]
◆ if() [2/2]
◆ ClipToBox_cases
Initial value:{
{
"Center to right edge",
},
{
"Centre to corner",
},
{
"Ray not in the box",
std::nullopt,
},
{
"Ray starts outside but crosses box",
},
}
Define a general 2D-vector/point.
VECTOR2< int32_t > VECTOR2I
Definition at line 133 of file test_half_line.cpp.
◆ Contains_cases
◆ Intersect_cases
Initial value:{
{
"Simple cross",
},
{
"Parallel, no intersection",
std::nullopt,
}
}
Definition at line 104 of file test_half_line.cpp.