Home
last modified time | relevance | path

Searched refs:currFile (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp288 std::string currFile = currDir + "/config.json"; in TEST() local
290 std::ofstream file(currFile); in TEST()
295 instance.ReadAndApplyConfig(currFile); in TEST()
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp40 currFile = currDir + "/mytestfilename"; in SetUpTestCase()
42 std::ofstream file(currFile); in SetUpTestCase()
57 invalidParam = currFile; in SetUpTestCase()
67 if (std::remove(currFile.c_str()) != 0) { in TearDownTestCase()
76 static std::string currFile; member in __anon51::CommandParserTest
79 std::string CommandParserTest::currFile = ""; member in __anon51::CommandParserTest
317 *std::next(it) = currFile; in TEST_F()
792 *std::next(it) = currFile; in TEST_F()
989 EXPECT_EQ(CommandParser::GetInstance().GetConfigPath(), currFile); in TEST_F()
1134 EXPECT_EQ(CommandParser::GetInstance().GetLoaderJsonPath(), currFile); in TEST_F()
[all...]

Completed in 3 milliseconds