|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include "gtest/internal/gtest-death-test-internal.h"

Go to the source code of this file.
Namespaces | |
| namespace | testing |
Macros | |
| #define | GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) |
| #define | EXPECT_DEATH_IF_SUPPORTED(statement, regex) |
| #define | ASSERT_DEATH_IF_SUPPORTED(statement, regex) |
Functions | |
| testing::GTEST_DECLARE_string_ (death_test_style) | |
| #define GTEST_UNSUPPORTED_DEATH_TEST | ( | statement, | |
| regex, | |||
| terminator ) |
Definition at line 310 of file gtest-death-test.h.
| #define EXPECT_DEATH_IF_SUPPORTED | ( | statement, | |
| regex ) |
Definition at line 334 of file gtest-death-test.h.
| #define ASSERT_DEATH_IF_SUPPORTED | ( | statement, | |
| regex ) |
Definition at line 336 of file gtest-death-test.h.