| 
    KiCad PCB EDA Suite
    
   | 
 
#include <qa_utils/wx_utils/unit_test_utils.h>#include "eeschema_test_utils.h"#include <sch_reference_list.h>#include <sch_sheet_path.h>#include <refdes_tracker.h>Go to the source code of this file.
Classes | |
| class | TEST_ANNOTATION_UNITS_INTEGRATION | 
| struct | REANNOTATED_REFERENCE | 
| class | TEST_SCH_REFERENCE_LIST_UNITS_FIXTURE | 
| struct | UNIT_ANNOTATION_CASE | 
Functions | |
| BOOST_AUTO_TEST_CASE (UnitAnnotationWithRefDesTracker) | |
| BOOST_AUTO_TEST_CASE (RefDesTrackerIntegration) | |
| BOOST_AUTO_TEST_CASE (FindFirstUnusedReferenceWithUnits) | |
| BOOST_AUTO_TEST_CASE (SerializationWithComplexRefs) | |
| BOOST_AUTO_TEST_CASE (CachingEfficiency) | |
Variables | |
| static const std::vector< UNIT_ANNOTATION_CASE > | unitAnnotationCases | 
| BOOST_AUTO_TEST_CASE | ( | CachingEfficiency | ) | 
Definition at line 332 of file test_annotation_units_integration.cpp.
References BOOST_TEST_MESSAGE(), and end.
| BOOST_AUTO_TEST_CASE | ( | FindFirstUnusedReferenceWithUnits | ) | 
Definition at line 256 of file test_annotation_units_integration.cpp.
References BOOST_CHECK_EQUAL(), BOOST_TEST_MESSAGE(), next(), and SCH_REFERENCE_LIST::SetRefDesTracker().
| BOOST_AUTO_TEST_CASE | ( | RefDesTrackerIntegration | ) | 
Definition at line 215 of file test_annotation_units_integration.cpp.
References BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | SerializationWithComplexRefs | ) | 
Definition at line 284 of file test_annotation_units_integration.cpp.
References BOOST_CHECK_EQUAL(), and next().
| BOOST_AUTO_TEST_CASE | ( | UnitAnnotationWithRefDesTracker | ) | 
Definition at line 169 of file test_annotation_units_integration.cpp.
References BOOST_TEST_MESSAGE(), LoadSchematic(), and unitAnnotationCases.
      
  | 
  static | 
Definition at line 134 of file test_annotation_units_integration.cpp.
Referenced by BOOST_AUTO_TEST_CASE().