Searched defs:ADD_FAILURE (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h105 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
904 // ADD_FAILURE unconditionally adds a failure to the current test.
910 // it behaves like ADD_FAILURE. In particular:
915 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
918 // writing data-driven tests often find themselves using ADD_FAILURE
928 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE("Failed") macro
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1708 // ADD_FAILURE unconditionally adds a failure to the current test.
1714 // it behaves like ADD_FAILURE. In particular:
1719 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1722 // writing data-driven tests often find themselves using ADD_FAILURE
1732 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/gtest/include/gtest/
H A Dgtest.h1708 // ADD_FAILURE unconditionally adds a failure to the current test.
1714 // it behaves like ADD_FAILURE. In particular:
1719 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1722 // writing data-driven tests often find themselves using ADD_FAILURE
1732 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1710 // 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") macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1552 // ADD_FAILURE unconditionally adds a failure to the current test.
1558 // it behaves like ADD_FAILURE. In particular:
1563 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1566 // writing data-driven tests often find themselves using ADD_FAILURE
1576 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro

Completed in 657 milliseconds