Home | History | Annotate | Download | only in test

Lines Matching refs:testing

5 // Testing utilities that extend gtest.
12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
25 using ::testing::_; \
27 .WillRepeatedly(::testing::Return(false)); \
29 .Times(::testing::AtLeast(1)) \
30 .WillOnce(::testing::Return(false)); \
34 if (!testing::Mock::VerifyAndClear(&gtest_log)) { \
43 // are appropriate for testing that your code logs a message at the
61 EXPECT_DFATAL_WITH(statement, ::testing::ContainsRegex(regex))
64 ASSERT_DFATAL_WITH(statement, ::testing::ContainsRegex(regex))