|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_NO_MAIN |
Functions | |
| BOOST_AUTO_TEST_CASE (GeneratedNetNamesUseReservedPrefixes) | |
| BOOST_AUTO_TEST_CASE (ReplaceIllegalFileNameChars_StdString_NoChange) | |
| BOOST_AUTO_TEST_CASE (ReplaceIllegalFileNameChars_StdString_PercentEncoding) | |
| BOOST_AUTO_TEST_CASE (ReplaceIllegalFileNameChars_WxString_ReplacementChar) | |
| BOOST_AUTO_TEST_CASE (ConvertPathToFileUri_UnixAbsolutePath) | |
| BOOST_AUTO_TEST_CASE (ConvertPathToFileUri_AlreadyHasScheme) | |
| BOOST_AUTO_TEST_CASE (ConvertPathToFileUri_Empty) | |
| BOOST_AUTO_TEST_CASE (ConvertPathToFileUri_Tilde) | |
| BOOST_AUTO_TEST_CASE (ConvertPathToFileUri_NonexistentPath) | |
| BOOST_AUTO_TEST_CASE (ConvertPathToFileUri_PlainText) | |
| static wxString | JoinPins (const std::vector< wxString > &aPins) |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_CommaInPlainNumberIsSinglePin) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_EscapedCommaRoundTrips) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_EscapedDashIsLiteral) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_EscapeStackedPinItem) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_LegacyNotationUnchanged) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_DisplaySplitPreservesRanges) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_LiteralBackslashPreserved) | |
| BOOST_AUTO_TEST_CASE (StackedPinNotation_EmptyIsSinglePin) | |
| #define BOOST_TEST_NO_MAIN |
Definition at line 21 of file test_string_utils.cpp.
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_AlreadyHasScheme | ) |
Definition at line 134 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_Empty | ) |
Definition at line 140 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_NonexistentPath | ) |
Definition at line 150 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_PlainText | ) |
Definition at line 156 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_Tilde | ) |
Definition at line 145 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_UnixAbsolutePath | ) |
Definition at line 128 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | GeneratedNetNamesUseReservedPrefixes | ) |
Definition at line 27 of file test_string_utils.cpp.
References BOOST_AUTO_TEST_CASE(), and IsAutoGeneratedNetName().
| BOOST_AUTO_TEST_CASE | ( | ReplaceIllegalFileNameChars_StdString_NoChange | ) |
Definition at line 38 of file test_string_utils.cpp.
References BOOST_TEST(), name, and ReplaceIllegalFileNameChars().
| BOOST_AUTO_TEST_CASE | ( | ReplaceIllegalFileNameChars_StdString_PercentEncoding | ) |
Definition at line 50 of file test_string_utils.cpp.
References BOOST_TEST(), name, and ReplaceIllegalFileNameChars().
| BOOST_AUTO_TEST_CASE | ( | ReplaceIllegalFileNameChars_WxString_ReplacementChar | ) |
Definition at line 119 of file test_string_utils.cpp.
References BOOST_TEST(), name, and ReplaceIllegalFileNameChars().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_CommaInPlainNumberIsSinglePin | ) |
Definition at line 179 of file test_string_utils.cpp.
References BOOST_TEST(), CountStackedPinNotation(), and ExpandStackedPinNotation().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_DisplaySplitPreservesRanges | ) |
Definition at line 273 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), JoinPins(), and SplitStackedPinDisplayItems().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EmptyIsSinglePin | ) |
Definition at line 304 of file test_string_utils.cpp.
References BOOST_TEST(), CountStackedPinNotation(), and ExpandStackedPinNotation().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EscapedCommaRoundTrips | ) |
Definition at line 195 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), CountStackedPinNotation(), EscapeStackedPinItem(), ExpandStackedPinNotation(), and JoinPins().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EscapedDashIsLiteral | ) |
Definition at line 219 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), ExpandStackedPinNotation(), and JoinPins().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EscapeStackedPinItem | ) |
Definition at line 243 of file test_string_utils.cpp.
References BOOST_TEST(), and EscapeStackedPinItem().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_LegacyNotationUnchanged | ) |
Definition at line 254 of file test_string_utils.cpp.
References BOOST_TEST(), CountStackedPinNotation(), and ExpandStackedPinNotation().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_LiteralBackslashPreserved | ) |
Definition at line 287 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), EscapeStackedPinItem(), ExpandStackedPinNotation(), and JoinPins().
|
static |
Definition at line 165 of file test_string_utils.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().