Home | History | Annotate | Download | only in gtest

Lines Matching defs:ADD_FAILURE

1710 // ADD_FAILURE unconditionally adds a failure to the current test.
1716 // it behaves like ADD_FAILURE. In particular:
1721 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1724 // writing data-driven tests often find themselves using ADD_FAILURE
1734 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")