Searched defs:ASSERT_EXIT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/include/gtest/
H A Dgtest-death-test.h92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8527 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8533 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
8603 # define ASSERT_EXIT(statement, predicate, regex) \ macro
8606 // Like ASSERT_EXIT, but continues on to successive tests in the
8615 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8527 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8533 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
8603 # define ASSERT_EXIT(statement, predicate, regex) \ macro
8606 // Like ASSERT_EXIT, but continues on to successive tests in the
8615 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)

Completed in 6787 milliseconds