Home
last modified time | relevance | path

Searched refs:GetOutputFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-options-test.cc67 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
70 TEST(XmlOutputTest, GetOutputFormat) { in TEST() argument
72 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h374 static std::string GetOutputFormat();
H A Dgtest.cc680 std::string UnitTestOptions::GetOutputFormat() { in GetOutputFormat() function in testing::internal::UnitTestOptions
697 std::string format = GetOutputFormat(); in GetAbsolutePathToOutputFile()
718 GetOutputFormat().c_str())); in GetAbsolutePathToOutputFile()
5691 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput()
6254 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ListTestsMatchingFilter()