Searched defs:ADD_FAILURE (Results 1 - 8 of 8) sorted by last modified time

/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/mesa3d/src/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.h1711 // ADD_FAILURE unconditionally adds a failure to the current test.
1717 // it behaves like ADD_FAILURE. In particular:
1722 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1725 // writing data-driven tests often find themselves using ADD_FAILURE
1735 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17087 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
17093 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
19258 // ADD_FAILURE unconditionally adds a failure to the current test.
19264 // it behaves like ADD_FAILURE. In particular:
19269 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
19272 // writing data-driven tests often find themselves using ADD_FAILURE
19276 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/gtest/include/gtest/
H A Dgtest.h1845 // ADD_FAILURE unconditionally adds a failure to the current test.
1851 // it behaves like ADD_FAILURE. In particular:
1856 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1859 // writing data-driven tests often find themselves using ADD_FAILURE
1863 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17087 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
17093 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
19258 // ADD_FAILURE unconditionally adds a failure to the current test.
19264 // it behaves like ADD_FAILURE. In particular:
19269 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
19272 // writing data-driven tests often find themselves using ADD_FAILURE
19276 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/chromium_org/third_party/mesa/src/src/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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1861 // ADD_FAILURE unconditionally adds a failure to the current test.
1867 // it behaves like ADD_FAILURE. In particular:
1872 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1875 // writing data-driven tests often find themselves using ADD_FAILURE
1879 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro

Completed in 1083 milliseconds