Home | History | Annotate | Download | only in gtest

Lines Matching refs:substr

102                        const string& substr);
118 // statement will cause exactly one fatal Google Test failure with 'substr'
139 #define EXPECT_FATAL_FAILURE(statement, substr) \
147 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
156 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
164 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
175 // statement will cause exactly one non-fatal Google Test failure with 'substr'
205 #define EXPECT_NONFATAL_FAILURE(statement, substr) \
210 (substr));\
219 #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
224 (substr));\