Searched refs:cl_from_string (Results 1 – 2 of 2) sorted by relevance
173 CommandLine cl_from_string = CommandLine::FromString(L""); in TEST() local174 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty()); in TEST()175 EXPECT_TRUE(cl_from_string.GetProgram().empty()); in TEST()176 EXPECT_EQ(1U, cl_from_string.argv().size()); in TEST()177 EXPECT_TRUE(cl_from_string.GetArgs().empty()); in TEST()
206 CommandLine cl_from_string = CommandLine::FromString(std::wstring()); in TEST() local207 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty()); in TEST()208 EXPECT_TRUE(cl_from_string.GetProgram().empty()); in TEST()209 EXPECT_EQ(1U, cl_from_string.argv().size()); in TEST()210 EXPECT_TRUE(cl_from_string.GetArgs().empty()); in TEST()