|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_NO_MAIN |
Functions | |
| 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 124 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_Empty | ) |
Definition at line 130 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_NonexistentPath | ) |
Definition at line 140 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_PlainText | ) |
Definition at line 146 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_Tilde | ) |
Definition at line 135 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ConvertPathToFileUri_UnixAbsolutePath | ) |
Definition at line 118 of file test_string_utils.cpp.
References BOOST_TEST(), and ConvertPathToFileUri().
| BOOST_AUTO_TEST_CASE | ( | ReplaceIllegalFileNameChars_StdString_NoChange | ) |
Definition at line 28 of file test_string_utils.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_TEST(), name, and ReplaceIllegalFileNameChars().
| BOOST_AUTO_TEST_CASE | ( | ReplaceIllegalFileNameChars_StdString_PercentEncoding | ) |
Definition at line 40 of file test_string_utils.cpp.
References BOOST_TEST(), name, and ReplaceIllegalFileNameChars().
| BOOST_AUTO_TEST_CASE | ( | ReplaceIllegalFileNameChars_WxString_ReplacementChar | ) |
Definition at line 109 of file test_string_utils.cpp.
References BOOST_TEST(), name, and ReplaceIllegalFileNameChars().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_CommaInPlainNumberIsSinglePin | ) |
Definition at line 169 of file test_string_utils.cpp.
References BOOST_TEST(), CountStackedPinNotation(), and ExpandStackedPinNotation().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_DisplaySplitPreservesRanges | ) |
Definition at line 263 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), JoinPins(), and SplitStackedPinDisplayItems().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EmptyIsSinglePin | ) |
Definition at line 294 of file test_string_utils.cpp.
References BOOST_TEST(), CountStackedPinNotation(), and ExpandStackedPinNotation().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EscapedCommaRoundTrips | ) |
Definition at line 185 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 209 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), ExpandStackedPinNotation(), and JoinPins().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_EscapeStackedPinItem | ) |
Definition at line 233 of file test_string_utils.cpp.
References BOOST_TEST(), and EscapeStackedPinItem().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_LegacyNotationUnchanged | ) |
Definition at line 244 of file test_string_utils.cpp.
References BOOST_TEST(), CountStackedPinNotation(), and ExpandStackedPinNotation().
| BOOST_AUTO_TEST_CASE | ( | StackedPinNotation_LiteralBackslashPreserved | ) |
Definition at line 277 of file test_string_utils.cpp.
References BOOST_TEST(), BOOST_TEST_INFO(), EscapeStackedPinItem(), ExpandStackedPinNotation(), and JoinPins().
|
static |
Definition at line 155 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().