◆ SetUp()
  
  
      
        
          | virtual void Predicate1Test::SetUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprotectedvirtual   | 
  
 
 
◆ TearDown()
  
  
      
        
          | virtual void Predicate1Test::TearDown  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprotectedvirtual   | 
  
 
Reimplemented from testing::Test.
Definition at line 131 of file gtest_pred_impl_unittest.cc.
  131                          {
  132    
  133    
  135        "The predicate assertion didn't evaluate argument 2 "
  136        "exactly once.";
  137 
  138    
  140      FAIL() << 
"The predicate assertion unexpactedly aborted the test.";
 
  142      FAIL() << 
"The failed predicate assertion didn't abort the test " 
  143                "as expected.";
  144    }
  145  }
#define EXPECT_EQ(val1, val2)
 
 
 
 
◆ expected_to_finish_
  
  
      
        
          | bool Predicate1Test::expected_to_finish_ | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ finished_
  
  
      
        
          | bool Predicate1Test::finished_ | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ n1_
The documentation for this class was generated from the following file: