|
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) | |
| #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().