Home
last modified time | relevance | path

Searched refs:DieIf (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/gtest/test/
Dgtest-death-test_test.cc170 void DieIf(bool should_die) { in DieIf() function
465 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
493 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
500 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
508 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
525 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
534 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
/external/gtest/test/
Dgtest-death-test_test.cc176 void DieIf(bool should_die) { in DieIf() function
474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
534 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc451 void DieIf(bool should_die) { in DieIf() function
/external/chromium/testing/gtest/test/
Dgtest-death-test_test.cc176 void DieIf(bool should_die) { in DieIf() function
474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
534 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc451 void DieIf(bool should_die) { in DieIf() function
/external/libvpx/libvpx/third_party/googletest/src/test/
Dgtest-death-test_test.cc176 void DieIf(bool should_die) { in DieIf() function
474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F()
502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F()
509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F()
517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper()
534 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F()
543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
Dgtest_output_test_.cc451 void DieIf(bool should_die) { in DieIf() function