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.cc692 std::string UnitTestOptions::GetOutputFormat() { in GetOutputFormat() function in testing::internal::UnitTestOptions
709 std::string format = GetOutputFormat(); in GetAbsolutePathToOutputFile()
730 GetOutputFormat().c_str())); in GetAbsolutePathToOutputFile()
5740 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput()
6377 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ListTestsMatchingFilter()