Searched refs:GetOutputFormat (Results 1 – 3 of 3) sorted by relevance
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str()); in TEST()74 TEST(XmlOutputTest, GetOutputFormat) { in TEST() argument76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
377 static std::string GetOutputFormat();
388 std::string UnitTestOptions::GetOutputFormat() { in GetOutputFormat() function in testing::internal::UnitTestOptions427 GetOutputFormat().c_str())); in GetAbsolutePathToOutputFile()3984 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput()