|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <project/net_settings.h>#include <sch_connection.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (ParsesFormattedVectorBus) | |
| BOOST_AUTO_TEST_CASE (ParsesFormattedGroupWithVectorMember) | |
| BOOST_AUTO_TEST_CASE (RejectsUnescapedSpacesInBusVector) | |
| BOOST_AUTO_TEST_CASE (ParsesBackslashEscapedSpacesInBusVector) | |
| BOOST_AUTO_TEST_CASE (ParsesQuotedSpacesInBusVector) | |
| BOOST_AUTO_TEST_CASE (RejectsUnescapedSpacesInBusGroupPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesBackslashEscapedSpacesInBusGroupPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesQuotedSpacesInBusGroupPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesBackslashEscapedSpacesInBusGroupMembers) | |
| BOOST_AUTO_TEST_CASE (ParsesQuotedSpacesInBusGroupMembers) | |
| BOOST_AUTO_TEST_CASE (ParsesMixedEscapingInBusGroup) | |
| BOOST_AUTO_TEST_CASE (ForEachBusMemberExpandsVectorWithSpacesInGroup) | |
| BOOST_AUTO_TEST_CASE (ForEachBusMemberExpandsEscapedVectorInGroup) | |
| BOOST_AUTO_TEST_CASE (ParsesOverbarInVectorBusPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesSuperscriptInVectorBusPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesSubscriptInVectorBusPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesOverbarInGroupBusPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesSuperscriptInGroupBusPrefix) | |
| BOOST_AUTO_TEST_CASE (ParsesSubscriptInGroupBusPrefix) | |
| BOOST_AUTO_TEST_CASE (PrintBusForUIUnescapesBackslashSpaces) | |
| BOOST_AUTO_TEST_CASE (PrintBusForUIHandlesMixedFormatting) | |
| BOOST_AUTO_TEST_CASE | ( | ForEachBusMemberExpandsEscapedVectorInGroup | ) |
Definition at line 207 of file test_bus_parsing.cpp.
References expected, and NET_SETTINGS::ForEachBusMember().
| BOOST_AUTO_TEST_CASE | ( | ForEachBusMemberExpandsVectorWithSpacesInGroup | ) |
Definition at line 185 of file test_bus_parsing.cpp.
References expected, and NET_SETTINGS::ForEachBusMember().
| BOOST_AUTO_TEST_CASE | ( | ParsesBackslashEscapedSpacesInBusGroupMembers | ) |
Definition at line 137 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesBackslashEscapedSpacesInBusGroupPrefix | ) |
Definition at line 107 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesBackslashEscapedSpacesInBusVector | ) |
Definition at line 67 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesFormattedGroupWithVectorMember | ) |
Definition at line 43 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesFormattedVectorBus | ) |
Definition at line 29 of file test_bus_parsing.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesMixedEscapingInBusGroup | ) |
Definition at line 169 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesOverbarInGroupBusPrefix | ) |
Definition at line 270 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesOverbarInVectorBusPrefix | ) |
Definition at line 225 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesQuotedSpacesInBusGroupMembers | ) |
Definition at line 153 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesQuotedSpacesInBusGroupPrefix | ) |
Definition at line 122 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesQuotedSpacesInBusVector | ) |
Definition at line 82 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesSubscriptInGroupBusPrefix | ) |
Definition at line 300 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesSubscriptInVectorBusPrefix | ) |
Definition at line 255 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesSuperscriptInGroupBusPrefix | ) |
Definition at line 285 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesSuperscriptInVectorBusPrefix | ) |
Definition at line 240 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | PrintBusForUIHandlesMixedFormatting | ) |
Definition at line 337 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), and SCH_CONNECTION::PrintBusForUI().
| BOOST_AUTO_TEST_CASE | ( | PrintBusForUIUnescapesBackslashSpaces | ) |
Definition at line 315 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), and SCH_CONNECTION::PrintBusForUI().
| BOOST_AUTO_TEST_CASE | ( | RejectsUnescapedSpacesInBusGroupPrefix | ) |
Definition at line 97 of file test_bus_parsing.cpp.
References name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | RejectsUnescapedSpacesInBusVector | ) |
Definition at line 57 of file test_bus_parsing.cpp.
References name, and NET_SETTINGS::ParseBusVector().