|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
| struct | DistributeFixture |
| struct | DISTRIBUTE_GAPS_TEST_CASE |
| Declares the FilletFixture struct as the boost test fixture. More... | |
| struct | DISTRIBUTE_POINTS_TEST_CASE |
Functions | |
| static void | DoDistributeGapsTestChecks (const DISTRIBUTE_GAPS_TEST_CASE &aTestCase) |
| BOOST_AUTO_TEST_CASE (DistributeGapsNoChangeNeeded) | |
| BOOST_AUTO_TEST_CASE (DistributeGapsSimpleShiftNeeded) | |
| BOOST_AUTO_TEST_CASE (DistributeGapsRounding) | |
| static void | DoDistributePointsTestChecks (const DISTRIBUTE_POINTS_TEST_CASE &aTestCase) |
| BOOST_AUTO_TEST_CASE (DistributePointsNoChangeNeeded) | |
| BOOST_AUTO_TEST_CASE (DistributePointsSimpleShiftNeeded) | |
| BOOST_AUTO_TEST_CASE (DistributePointsRounding) | |
| BOOST_AUTO_TEST_CASE | ( | DistributeGapsNoChangeNeeded | ) |
Definition at line 58 of file test_distribute.cpp.
References DoDistributeGapsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributeGapsRounding | ) |
Definition at line 88 of file test_distribute.cpp.
References DoDistributeGapsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributeGapsSimpleShiftNeeded | ) |
Definition at line 73 of file test_distribute.cpp.
References DoDistributeGapsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributePointsNoChangeNeeded | ) |
Definition at line 130 of file test_distribute.cpp.
References DoDistributePointsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributePointsRounding | ) |
Definition at line 152 of file test_distribute.cpp.
References DoDistributePointsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributePointsSimpleShiftNeeded | ) |
Definition at line 141 of file test_distribute.cpp.
References DoDistributePointsTestChecks().
|
static |
Definition at line 41 of file test_distribute.cpp.
References BOOST_CHECK_EQUAL(), GetDeltasForDistributeByGaps(), DISTRIBUTE_GAPS_TEST_CASE::m_expectedDeltas, and DISTRIBUTE_GAPS_TEST_CASE::m_extents.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 113 of file test_distribute.cpp.
References BOOST_CHECK_EQUAL(), GetDeltasForDistributeByPoints(), DISTRIBUTE_POINTS_TEST_CASE::m_expectedDeltas, and DISTRIBUTE_POINTS_TEST_CASE::m_points.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().