Home | History | Annotate | Download | only in gtest

Lines Matching defs:ADD_FAILURE

17087 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
17093 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
19258 // ADD_FAILURE unconditionally adds a failure to the current test.
19264 // it behaves like ADD_FAILURE. In particular:
19269 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
19272 // writing data-driven tests often find themselves using ADD_FAILURE
19276 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")