![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "gtest/internal/gtest-death-test-internal.h"
Include dependency graph for gtest-death-test.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | testing |
Macros | |
| #define | EXPECT_DEATH_IF_SUPPORTED(statement, regex) GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, ) |
| #define | ASSERT_DEATH_IF_SUPPORTED(statement, regex) GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, return) |
Functions | |
| testing::GTEST_DECLARE_string_ (death_test_style) | |
| #define ASSERT_DEATH_IF_SUPPORTED | ( | statement, | |
| regex | |||
| ) | GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, return) |
Definition at line 288 of file gtest-death-test.h.
View newest version in sPHENIX GitHub at line 288 of file gtest-death-test.h
Referenced by FuncWithAssert(), and TEST().
| #define EXPECT_DEATH_IF_SUPPORTED | ( | statement, | |
| regex | |||
| ) | GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, ) |
Definition at line 286 of file gtest-death-test.h.
View newest version in sPHENIX GitHub at line 286 of file gtest-death-test.h
Referenced by testing::internal::TEST(), TEST(), and testing::gmock_matchers_test::TEST().