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: gtest-spi.h:51
bool AlwaysFalse()
Definition: gtest-internal.h:660
Definition: gtest-test-part.h:54
Definition: gtest-spi.h:96
Definition: gtest-test-part.h:126
 
 
      
        
          | #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: gtest-spi.h:51
bool AlwaysFalse()
Definition: gtest-internal.h:660
Definition: gtest-test-part.h:54
Definition: gtest-spi.h:96
Definition: gtest-test-part.h:126
 
 
      
        
          | #define EXPECT_NONFATAL_FAILURE | ( |  | statement, | 
        
          |  |  |  | substr | 
        
          |  | ) |  |  | 
      
 
Value:do {\
        (substr));\
    {\
          INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\
    }\
Definition: gtest-test-part.h:53
Definition: gtest-spi.h:51
GTEST_API_ bool AlwaysTrue()
Definition: gtest.cc:4650
bool AlwaysFalse()
Definition: gtest-internal.h:660
Definition: gtest-spi.h:96
Definition: gtest-test-part.h:126
 
 
      
        
          | #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS | ( |  | statement, | 
        
          |  |  |  | substr | 
        
          |  | ) |  |  | 
      
 
Value:do {\
        (substr));\
    {\
          >est_failures);\
    }\
Definition: gtest-test-part.h:53
Definition: gtest-spi.h:57
Definition: gtest-spi.h:51
GTEST_API_ bool AlwaysTrue()
Definition: gtest.cc:4650
bool AlwaysFalse()
Definition: gtest-internal.h:660
Definition: gtest-spi.h:96
Definition: gtest-test-part.h:126