Searched refs:RunTestCaseImpl (Results 1 – 1 of 1) sorted by relevance
35 void RunTestCaseImpl(MultiStringType const& MS, Args... args) { in RunTestCaseImpl() function86 RunTestCaseImpl<CharT>(MS); in RunTestCase()87 RunTestCaseImpl<CharT>(MS, fs::path::format::auto_format); in RunTestCase()88 RunTestCaseImpl<CharT>(MS, fs::path::format::native_format); in RunTestCase()89 RunTestCaseImpl<CharT>(MS, fs::path::format::generic_format); in RunTestCase()90 RunTestCaseImpl<CharT>(MS, fs::path::auto_format); in RunTestCase()91 RunTestCaseImpl<CharT>(MS, fs::path::native_format); in RunTestCase()92 RunTestCaseImpl<CharT>(MS, fs::path::generic_format); in RunTestCase()