Lines Matching refs:substr
107 TestPartResult::Type type, const std::string& substr);
128 // statement will cause exactly one fatal Google Test failure with 'substr'
149 #define EXPECT_FATAL_FAILURE(statement, substr) \
157 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr)); \
167 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
175 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr)); \
187 // exactly one non-fatal Google Test failure with 'substr' being part of the
217 #define EXPECT_NONFATAL_FAILURE(statement, substr) \
222 (substr)); \
234 #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
239 (substr)); \