Home | History | Annotate | Download | only in gtest

Lines Matching defs:FAIL

280   // use it when they fail (i.e., the predicate's outcome doesn't match the
1514 // appropriate error message when they fail.
1721 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1723 fail-fast behavior of FAIL and ASSERT_*, but those
1745 // Define this macro to 1 to omit the definition of FAIL(), which is a
1748 # define FAIL() GTEST_FAIL()