Searched defs:EXPECT_DEATH (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/testing/gtest/include/gtest/ |
H A D | gtest-death-test.h | 67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 87 // EXPECT_DEATH(server.ProcessRequest(i), 184 # define EXPECT_DEATH(statement, regex) \ macro 267 EXPECT_DEATH(statement, regex) 282 EXPECT_DEATH(statement, regex)
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
H A D | gtest-death-test.h | 56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 76 // EXPECT_DEATH(server.ProcessRequest(i), 173 # define EXPECT_DEATH(statement, regex) \ macro 256 EXPECT_DEATH(statement, regex) 271 EXPECT_DEATH(statement, regex)
|
/external/gtest/include/gtest/ |
H A D | gtest-death-test.h | 67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 87 // EXPECT_DEATH(server.ProcessRequest(i), 184 # define EXPECT_DEATH(statement, regex) \ macro 267 EXPECT_DEATH(statement, regex) 282 EXPECT_DEATH(statement, regex)
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 76 // EXPECT_DEATH(server.ProcessRequest(i), 173 # define EXPECT_DEATH(statement, regex) \ macro 256 EXPECT_DEATH(statement, regex) 271 EXPECT_DEATH(statement, regex)
|
/external/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-death-test.h | 56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 76 // EXPECT_DEATH(server.ProcessRequest(i), 173 # define EXPECT_DEATH(statement, regex) \ macro 256 EXPECT_DEATH(statement, regex) 271 EXPECT_DEATH(statement, regex)
|
/external/protobuf/gtest/include/gtest/ |
H A D | gtest-death-test.h | 56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 76 // EXPECT_DEATH(server.ProcessRequest(i), 173 #define EXPECT_DEATH(statement, regex) \ macro 256 EXPECT_DEATH(statement, regex) 271 EXPECT_DEATH(statement, regex)
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/ |
H A D | gtest.h | 8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*, 8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on 8435 // statement - A statement that a macro such as EXPECT_DEATH would test 8439 // parameter iff EXPECT_DEATH compiles with it. 8440 // regex - A regex that a macro such as EXPECT_DEATH would use to test 8444 // EXPECT_DEATH would accept. 8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH. 8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 8522 // EXPECT_DEATH(server.ProcessRequest(i), 8619 # define EXPECT_DEATH(statemen macro [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
H A D | gtest.h | 8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*, 8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on 8435 // statement - A statement that a macro such as EXPECT_DEATH would test 8439 // parameter iff EXPECT_DEATH compiles with it. 8440 // regex - A regex that a macro such as EXPECT_DEATH would use to test 8444 // EXPECT_DEATH would accept. 8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH. 8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is 8522 // EXPECT_DEATH(server.ProcessRequest(i), 8619 # define EXPECT_DEATH(statemen macro [all...] |
Completed in 637 milliseconds