Home | History | Annotate | Download | only in gtest

Lines Matching refs:FAIL

269   // use it when they fail (i.e., the predicate's outcome doesn't match the
1448 // appropriate error message when they fail.
1640 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1642 // usually want the fail-fast behavior of FAIL and ASSERT_*, but those
1658 // Define this macro to 1 to omit the definition of FAIL(), which is a
1661 #define FAIL() GTEST_FAIL()