|
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 (ParsesOverbarMembersInBusGroup) | |
| BOOST_AUTO_TEST_CASE (ForEachBusMemberExpandsOverbarMembersInGroup) | |
| BOOST_AUTO_TEST_CASE (ParsesSuperscriptInBusGroupName) | |
| BOOST_AUTO_TEST_CASE (ParsesSuperscriptInBusVectorName) | |
| BOOST_AUTO_TEST_CASE (ForEachBusMemberExpandsSuperscriptGroupBus) | |
| BOOST_AUTO_TEST_CASE (PrintBusForUIUnescapesBackslashSpaces) | |
| BOOST_AUTO_TEST_CASE (PrintBusForUIHandlesMixedFormatting) | |
| BOOST_AUTO_TEST_CASE | ( | ForEachBusMemberExpandsEscapedVectorInGroup | ) |
Definition at line 209 of file test_bus_parsing.cpp.
References expected, and NET_SETTINGS::ForEachBusMember().
| BOOST_AUTO_TEST_CASE | ( | ForEachBusMemberExpandsOverbarMembersInGroup | ) |
Definition at line 340 of file test_bus_parsing.cpp.
References expected, and NET_SETTINGS::ForEachBusMember().
| BOOST_AUTO_TEST_CASE | ( | ForEachBusMemberExpandsSuperscriptGroupBus | ) |
Definition at line 392 of file test_bus_parsing.cpp.
References expected, and NET_SETTINGS::ForEachBusMember().
| BOOST_AUTO_TEST_CASE | ( | ForEachBusMemberExpandsVectorWithSpacesInGroup | ) |
Definition at line 187 of file test_bus_parsing.cpp.
References expected, and NET_SETTINGS::ForEachBusMember().
| BOOST_AUTO_TEST_CASE | ( | ParsesBackslashEscapedSpacesInBusGroupMembers | ) |
Definition at line 139 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesBackslashEscapedSpacesInBusGroupPrefix | ) |
Definition at line 109 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesBackslashEscapedSpacesInBusVector | ) |
Definition at line 69 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 171 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesOverbarInGroupBusPrefix | ) |
Definition at line 276 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesOverbarInVectorBusPrefix | ) |
Definition at line 227 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesOverbarMembersInBusGroup | ) |
Definition at line 322 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesQuotedSpacesInBusGroupMembers | ) |
Definition at line 155 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesQuotedSpacesInBusGroupPrefix | ) |
Definition at line 124 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesQuotedSpacesInBusVector | ) |
Definition at line 84 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesSubscriptInGroupBusPrefix | ) |
Definition at line 307 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesSubscriptInVectorBusPrefix | ) |
Definition at line 260 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesSuperscriptInBusGroupName | ) |
Definition at line 360 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesSuperscriptInBusVectorName | ) |
Definition at line 377 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | ParsesSuperscriptInGroupBusPrefix | ) |
Definition at line 292 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | ParsesSuperscriptInVectorBusPrefix | ) |
Definition at line 244 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), expected, name, and NET_SETTINGS::ParseBusVector().
| BOOST_AUTO_TEST_CASE | ( | PrintBusForUIHandlesMixedFormatting | ) |
Definition at line 433 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), and SCH_CONNECTION::PrintBusForUI().
| BOOST_AUTO_TEST_CASE | ( | PrintBusForUIUnescapesBackslashSpaces | ) |
Definition at line 411 of file test_bus_parsing.cpp.
References BOOST_CHECK_EQUAL(), and SCH_CONNECTION::PrintBusForUI().
| BOOST_AUTO_TEST_CASE | ( | RejectsUnescapedSpacesInBusGroupPrefix | ) |
Definition at line 99 of file test_bus_parsing.cpp.
References name, and NET_SETTINGS::ParseBusGroup().
| BOOST_AUTO_TEST_CASE | ( | RejectsUnescapedSpacesInBusVector | ) |
Definition at line 59 of file test_bus_parsing.cpp.
References name, and NET_SETTINGS::ParseBusVector().