Home | History | Annotate | Download | only in gtest

Lines Matching refs:substr

101                        const string& substr);
117 // statement will cause exactly one fatal Google Test failure with 'substr'
138 #define EXPECT_FATAL_FAILURE(statement, substr) \
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
155 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
163 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
174 // statement will cause exactly one non-fatal Google Test failure with 'substr'
204 #define EXPECT_NONFATAL_FAILURE(statement, substr) \
209 (substr));\
218 #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
223 (substr));\