| 
    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 62 of file test_distribute.cpp.
References DoDistributeGapsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributeGapsRounding | ) | 
Definition at line 92 of file test_distribute.cpp.
References DoDistributeGapsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributeGapsSimpleShiftNeeded | ) | 
Definition at line 77 of file test_distribute.cpp.
References DoDistributeGapsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributePointsNoChangeNeeded | ) | 
Definition at line 134 of file test_distribute.cpp.
References DoDistributePointsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributePointsRounding | ) | 
Definition at line 156 of file test_distribute.cpp.
References DoDistributePointsTestChecks().
| BOOST_AUTO_TEST_CASE | ( | DistributePointsSimpleShiftNeeded | ) | 
Definition at line 145 of file test_distribute.cpp.
References DoDistributePointsTestChecks().
      
  | 
  static | 
Definition at line 45 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 117 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().