Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-options-test.cc62 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
65 TEST(XmlOutputTest, GetOutputFormat) { in TEST() argument
67 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h374 static std::string GetOutputFormat();
H A Dgtest.cc460 std::string UnitTestOptions::GetOutputFormat() { in GetOutputFormat() function in testing::internal::UnitTestOptions
473 std::string format = GetOutputFormat(); in GetAbsolutePathToOutputFile()
500 GetOutputFormat().c_str())); in GetAbsolutePathToOutputFile()
5000 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput()
5531 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ListTestsMatchingFilter()