Lines Matching refs:TestPath
46 const CharT* TestPath = MS; in RunTestCase() local
47 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase()
48 const std::size_t Size = TestPathEnd - TestPath; in RunTestCase()
54 const std::basic_string<CharT> S(TestPath); in RunTestCase()
63 assert(p.string<CharT>() == TestPath); in RunTestCase()
67 const std::basic_string<CharT> S(TestPath); in RunTestCase()
75 assert(p.string<CharT>() == TestPath); in RunTestCase()
80 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
89 assert(p.string<CharT>() == TestPath); in RunTestCase()
93 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
101 assert(p.string<CharT>() == TestPath); in RunTestCase()
112 path& pref = (p = TestPath); in RunTestCase()
116 assert(p.string<CharT>() == TestPath); in RunTestCase()
122 path& pref = p.assign(TestPath); in RunTestCase()
126 assert(p.string<CharT>() == TestPath); in RunTestCase()
132 path& pref = p.assign(TestPath, TestPathEnd); in RunTestCase()
136 assert(p.string<CharT>() == TestPath); in RunTestCase()
143 It it(TestPath); in RunTestCase()
151 assert(p.string<CharT>() == TestPath); in RunTestCase()
156 It it(TestPath); in RunTestCase()
162 assert(p.string<CharT>() == TestPath); in RunTestCase()
167 It it(TestPath); in RunTestCase()
174 assert(p.string<CharT>() == TestPath); in RunTestCase()