Lines Matching refs:TestPath
45 const CharT* TestPath = MS; in RunTestCase() local
46 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase()
47 const std::size_t Size = TestPathEnd - TestPath; in RunTestCase()
53 const std::basic_string<CharT> S(TestPath); in RunTestCase()
62 assert(p.string<CharT>() == TestPath); in RunTestCase()
66 const std::basic_string<CharT> S(TestPath); in RunTestCase()
74 assert(p.string<CharT>() == TestPath); in RunTestCase()
79 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
88 assert(p.string<CharT>() == TestPath); in RunTestCase()
92 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
100 assert(p.string<CharT>() == TestPath); in RunTestCase()
111 path& pref = (p = TestPath); in RunTestCase()
115 assert(p.string<CharT>() == TestPath); in RunTestCase()
121 path& pref = p.assign(TestPath); in RunTestCase()
125 assert(p.string<CharT>() == TestPath); in RunTestCase()
131 path& pref = p.assign(TestPath, TestPathEnd); in RunTestCase()
135 assert(p.string<CharT>() == TestPath); in RunTestCase()
142 It it(TestPath); in RunTestCase()
150 assert(p.string<CharT>() == TestPath); in RunTestCase()
155 It it(TestPath); in RunTestCase()
161 assert(p.string<CharT>() == TestPath); in RunTestCase()
166 It it(TestPath); in RunTestCase()
173 assert(p.string<CharT>() == TestPath); in RunTestCase()