|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <fields_data_model.h>#include <sch_field.h>#include <sch_reference_list.h>#include <sch_sheet_path.h>#include <sch_symbol.h>Go to the source code of this file.
Classes | |
| struct | FIELD_CASE_CONFLICT_FIXTURE |
Functions | |
| BOOST_AUTO_TEST_CASE (EmptyListYieldsNoConflicts) | |
| BOOST_AUTO_TEST_CASE (SingleSymbolWithoutUserFieldsYieldsNoConflicts) | |
| BOOST_AUTO_TEST_CASE (DifferentSymbolsWithCaseVariantsYieldNoConflicts) | |
| BOOST_AUTO_TEST_CASE (SameSymbolWithBothCaseVariantsYieldsOneConflict) | |
| BOOST_AUTO_TEST_CASE (ThreeCaseVariantsOnSameSymbolYieldOneConflictWithThreeMembers) | |
| BOOST_AUTO_TEST_CASE (MultipleSymbolsWithConflictsAreAllReported) | |
| BOOST_AUTO_TEST_CASE (DistinctFieldNamesOnSameSymbolYieldNoConflict) | |
| BOOST_AUTO_TEST_CASE | ( | DifferentSymbolsWithCaseVariantsYieldNoConflicts | ) |
Definition at line 88 of file test_field_case_conflicts.cpp.
References DetectFieldCaseConflicts(), and empty().
| BOOST_AUTO_TEST_CASE | ( | DistinctFieldNamesOnSameSymbolYieldNoConflict | ) |
Definition at line 150 of file test_field_case_conflicts.cpp.
References DetectFieldCaseConflicts(), and empty().
| BOOST_AUTO_TEST_CASE | ( | EmptyListYieldsNoConflicts | ) |
Definition at line 70 of file test_field_case_conflicts.cpp.
References BOOST_AUTO_TEST_CASE(), DetectFieldCaseConflicts(), and empty().
| BOOST_AUTO_TEST_CASE | ( | MultipleSymbolsWithConflictsAreAllReported | ) |
Definition at line 133 of file test_field_case_conflicts.cpp.
References BOOST_CHECK_EQUAL(), and DetectFieldCaseConflicts().
| BOOST_AUTO_TEST_CASE | ( | SameSymbolWithBothCaseVariantsYieldsOneConflict | ) |
Definition at line 100 of file test_field_case_conflicts.cpp.
References BOOST_CHECK_EQUAL(), and DetectFieldCaseConflicts().
| BOOST_AUTO_TEST_CASE | ( | SingleSymbolWithoutUserFieldsYieldsNoConflicts | ) |
Definition at line 77 of file test_field_case_conflicts.cpp.
References DetectFieldCaseConflicts(), and empty().
| BOOST_AUTO_TEST_CASE | ( | ThreeCaseVariantsOnSameSymbolYieldOneConflictWithThreeMembers | ) |
Definition at line 117 of file test_field_case_conflicts.cpp.
References BOOST_CHECK_EQUAL(), and DetectFieldCaseConflicts().