Home | History | Annotate | Download | only in gtest

Lines Matching refs:FAIL

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