Searched refs:UnitTestOptions (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-options_test.cc32 // Google Test UnitTestOptions tests
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
82 UnitTestOptions::GetAbsolutePathToOutputFile());
88 UnitTestOptions::GetAbsolutePathToOutputFile());
98 UnitTestOptions::GetAbsolutePathToOutputFile();
148 UnitTestOptions::GetAbsolutePathToOutputFile());
155 UnitTestOptions::GetAbsolutePathToOutputFile());
162 UnitTestOptions
[all...]
H A Dgtest-param-test_test.cc49 # include "src/gtest-internal-inl.h" // for UnitTestOptions
73 using ::testing::internal::UnitTestOptions;
588 if (UnitTestOptions::FilterMatchesTest(
652 if ( !UnitTestOptions::FilterMatchesTest(
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc414 std::string UnitTestOptions::GetOutputFormat() {
426 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
462 bool UnitTestOptions::PatternMatchesString(const char *pattern,
479 bool UnitTestOptions::MatchesFilter(
502 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
534 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2388 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
4399 // UnitTestOptions. Must not be called before InitGoogleTest.
4401 const std::string& output_format = UnitTestOptions::GetOutputFormat();
4404 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h363 // Class UnitTestOptions.
373 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
414 // is present. Used by UnitTestOptions::GetOutputFile.
772 // UnitTestOptions. Must not be called before InitGoogleTest.

Completed in 30 milliseconds