Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-options_test.cc71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
74 TEST(XmlOutputTest, GetOutputFormat) { in TEST() argument
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str()); in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h377 static std::string GetOutputFormat();
Dgtest.cc388 std::string UnitTestOptions::GetOutputFormat() { in GetOutputFormat() function in testing::internal::UnitTestOptions
427 GetOutputFormat().c_str())); in GetAbsolutePathToOutputFile()
3984 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput()