Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SetUpTestCase (0.13 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
                                                long hr);  // NOLINT
    
    #endif  // GTEST_OS_WINDOWS
    
    // Types of SetUpTestCase() and TearDownTestCase() functions.
    typedef void (*SetUpTestCaseFunc)();
    typedef void (*TearDownTestCaseFunc)();
    
    // Creates a new TestInfo object and registers it with Google Test;
    // returns the created object.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util.h

                  test_name_stream.GetString().c_str(),
                  NULL,  // No type parameter.
                  PrintToString(*param_it).c_str(),
                  GetTestCaseTypeId(),
                  TestCase::SetUpTestCase,
                  TestCase::TearDownTestCase,
                  test_info->test_meta_factory->CreateTestFactory(*param_it));
            }  // for param_it
          }  // for gen_it
        }  // for test_it
      }  // RegisterTests
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top