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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 143 milliseconds