#include <gtest.h>
Definition at line 18159 of file gtest.h.
 
◆ TestCase()
◆ ~TestCase()
  
  | 
        
          | testing::TestCase::~TestCase | ( |  | ) |  |  | virtual | 
 
 
◆ ad_hoc_test_result()
  
  | 
        
          | const TestResult& testing::TestCase::ad_hoc_test_result | ( |  | ) | const |  | inline | 
 
 
◆ AddTestInfo()
  
  | 
        
          | void testing::TestCase::AddTestInfo | ( | TestInfo * | test_info | ) |  |  | private | 
 
 
◆ ClearResult()
  
  | 
        
          | void testing::TestCase::ClearResult | ( |  | ) |  |  | private | 
 
 
◆ ClearTestCaseResult()
  
  | 
        
          | static void testing::TestCase::ClearTestCaseResult | ( | TestCase * | test_case | ) |  |  | inlinestaticprivate | 
 
 
◆ disabled_test_count()
      
        
          | int testing::TestCase::disabled_test_count | ( |  | ) | const | 
      
 
 
◆ elapsed_time()
◆ Failed()
  
  | 
        
          | bool testing::TestCase::Failed | ( |  | ) | const |  | inline | 
 
 
◆ failed_test_count()
      
        
          | int testing::TestCase::failed_test_count | ( |  | ) | const | 
      
 
 
◆ GetMutableTestInfo()
  
  | 
        
          | TestInfo * testing::TestCase::GetMutableTestInfo | ( | int | i | ) |  |  | private | 
 
 
◆ GetTestInfo()
      
        
          | const TestInfo * testing::TestCase::GetTestInfo | ( | int | i | ) | const | 
      
 
 
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
  
  | 
        
          | testing::TestCase::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | TestCase |  | ) |  |  | private | 
 
 
◆ name()
  
  | 
        
          | const char* testing::TestCase::name | ( |  | ) | const |  | inline | 
 
 
◆ Passed()
  
  | 
        
          | bool testing::TestCase::Passed | ( |  | ) | const |  | inline | 
 
 
◆ reportable_disabled_test_count()
      
        
          | int testing::TestCase::reportable_disabled_test_count | ( |  | ) | const | 
      
 
 
◆ reportable_test_count()
      
        
          | int testing::TestCase::reportable_test_count | ( |  | ) | const | 
      
 
 
◆ Run()
  
  | 
        
          | void testing::TestCase::Run | ( |  | ) |  |  | private | 
 
 
◆ RunSetUpTestCase()
  
  | 
        
          | void testing::TestCase::RunSetUpTestCase | ( |  | ) |  |  | inlineprivate | 
 
 
◆ RunTearDownTestCase()
  
  | 
        
          | void testing::TestCase::RunTearDownTestCase | ( |  | ) |  |  | inlineprivate | 
 
 
◆ set_should_run()
  
  | 
        
          | void testing::TestCase::set_should_run | ( | bool | should | ) |  |  | inlineprivate | 
 
 
◆ should_run()
  
  | 
        
          | bool testing::TestCase::should_run | ( |  | ) | const |  | inline | 
 
 
◆ ShouldRunTest()
  
  | 
        
          | static bool testing::TestCase::ShouldRunTest | ( | const TestInfo * | test_info | ) |  |  | inlinestaticprivate | 
 
 
◆ ShuffleTests()
◆ successful_test_count()
      
        
          | int testing::TestCase::successful_test_count | ( |  | ) | const | 
      
 
 
◆ test_info_list() [1/2]
  
  | 
        
          | std::vector<TestInfo*>& testing::TestCase::test_info_list | ( |  | ) |  |  | inlineprivate | 
 
 
◆ test_info_list() [2/2]
  
  | 
        
          | const std::vector<TestInfo*>& testing::TestCase::test_info_list | ( |  | ) | const |  | inlineprivate | 
 
 
◆ test_to_run_count()
      
        
          | int testing::TestCase::test_to_run_count | ( |  | ) | const | 
      
 
 
◆ TestDisabled()
  
  | 
        
          | static bool testing::TestCase::TestDisabled | ( | const TestInfo * | test_info | ) |  |  | inlinestaticprivate | 
 
 
◆ TestFailed()
  
  | 
        
          | static bool testing::TestCase::TestFailed | ( | const TestInfo * | test_info | ) |  |  | inlinestaticprivate | 
 
 
◆ TestPassed()
  
  | 
        
          | static bool testing::TestCase::TestPassed | ( | const TestInfo * | test_info | ) |  |  | inlinestaticprivate | 
 
 
◆ TestReportable()
  
  | 
        
          | static bool testing::TestCase::TestReportable | ( | const TestInfo * | test_info | ) |  |  | inlinestaticprivate | 
 
 
◆ TestReportableDisabled()
  
  | 
        
          | static bool testing::TestCase::TestReportableDisabled | ( | const TestInfo * | test_info | ) |  |  | inlinestaticprivate | 
 
 
◆ total_test_count()
      
        
          | int testing::TestCase::total_test_count | ( |  | ) | const | 
      
 
 
◆ type_param()
  
  | 
        
          | const char* testing::TestCase::type_param | ( |  | ) | const |  | inline | 
 
 
◆ UnshuffleTests()
  
  | 
        
          | void testing::TestCase::UnshuffleTests | ( |  | ) |  |  | private | 
 
 
◆ internal::UnitTestImpl
◆ Test
◆ ad_hoc_test_result_
◆ elapsed_time_
◆ name_
  
  | 
        
          | std::string testing::TestCase::name_ |  | private | 
 
 
◆ set_up_tc_
◆ should_run_
  
  | 
        
          | bool testing::TestCase::should_run_ |  | private | 
 
 
◆ tear_down_tc_
◆ test_indices_
  
  | 
        
          | std::vector<int> testing::TestCase::test_indices_ |  | private | 
 
 
◆ test_info_list_
  
  | 
        
          | std::vector<TestInfo*> testing::TestCase::test_info_list_ |  | private | 
 
 
◆ type_param_
The documentation for this class was generated from the following files: