Home
last modified time | relevance | path

Searched refs:kInfo (Results 1 – 4 of 4) sorted by relevance

/src/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc379 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F()
385 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
391 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
425 Log(kInfo, "Test log.\n", -1); in TEST()
480 TestLogWithSeverity(kInfoVerbosity, kInfo, true); in TEST()
487 TestLogWithSeverity(kWarningVerbosity, kInfo, false); in TEST()
494 TestLogWithSeverity(kErrorVerbosity, kInfo, false); in TEST()
501 TestLogWithSeverity("invalid", kInfo, false); in TEST()
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1299 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt()
1311 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
1432 Log(kInfo, loc.str() + ss.str(), 2); in ~FailureCleanupHandler()
1810 reaction == kAllow ? LogIsVisible(kInfo) : in InvokeWith()
1866 !found || is_excessive || LogIsVisible(kInfo); in InvokeWith()
/src/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h268 enum LogSeverity { kInfo = 0, kWarning = 1 }; enumerator
/src/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc290 Log(kInfo, msg, stack_frames_to_skip); in ReportUninterestingCall()