Go to the source code of this file.
#define EXPECT_FATAL_FAILURE |
( |
|
statement, |
|
|
|
substr |
|
) |
| |
Value:do { \
class GTestExpectFatalFailureHelper {\
public:\
static void Execute() { statement; }\
};\
{\
INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\
GTestExpectFatalFailureHelper::Execute();\
}\
Definition at line 138 of file gtest-spi.h.
#define EXPECT_FATAL_FAILURE_ON_ALL_THREADS |
( |
|
statement, |
|
|
|
substr |
|
) |
| |
Value:do { \
class GTestExpectFatalFailureHelper {\
public:\
static void Execute() { statement; }\
};\
{\
INTERCEPT_ALL_THREADS, >est_failures);\
GTestExpectFatalFailureHelper::Execute();\
}\
Definition at line 155 of file gtest-spi.h.
#define EXPECT_NONFATAL_FAILURE |
( |
|
statement, |
|
|
|
substr |
|
) |
| |
Value:do {\
(substr));\
{\
INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\
}\
GTEST_API_ bool AlwaysTrue()
Definition at line 204 of file gtest-spi.h.
#define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS |
( |
|
statement, |
|
|
|
substr |
|
) |
| |
Value:do {\
(substr));\
{\
>est_failures);\
}\
GTEST_API_ bool AlwaysTrue()
Definition at line 218 of file gtest-spi.h.