Searched defs:ADD_FAILURE (Results 1 - 8 of 8) 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/libvpx/libvpx/third_party/googletest/src/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/open-vcdiff/gtest/include/gtest/
H A Dgtest.h1634 // ADD_FAILURE unconditionally adds a failure to the current test.
1640 // it behaves like ADD_FAILURE. In particular:
1645 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1648 // writing data-driven tests often find themselves using ADD_FAILURE
1658 #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
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h16701 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
16707 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
18733 // ADD_FAILURE unconditionally adds a failure to the current test.
18739 // it behaves like ADD_FAILURE. In particular:
18744 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
18747 // writing data-driven tests often find themselves using ADD_FAILURE
18757 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro

Completed in 1891 milliseconds