Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for EXPECT_DEATH_IF_SUPPORTED (0.19 sec)

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

    // the flag is specified; otherwise returns NULL.
    InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag();
    
    #else  // GTEST_HAS_DEATH_TEST
    
    // This macro is used for implementing macros such as
    // EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where
    // death tests are not supported. Those macros must compile on such systems
    // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    #endif  // GTEST_HAS_DEATH_TEST
    
    // EXPECT_DEATH_IF_SUPPORTED(statement, regex) and
    // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
    // death tests are supported; otherwise they just issue a warning.  This is
    // useful when you are combining death test assertions with normal test
    // assertions in one test.
    #if GTEST_HAS_DEATH_TEST
    # define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    #endif  // GTEST_HAS_DEATH_TEST
    
    // EXPECT_DEATH_IF_SUPPORTED(statement, regex) and
    // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
    // death tests are supported; otherwise they just issue a warning.  This is
    // useful when you are combining death test assertions with normal test
    // assertions in one test.
    #if GTEST_HAS_DEATH_TEST
    # define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-death-test-internal.h

    // the flag is specified; otherwise returns NULL.
    InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag();
    
    #else  // GTEST_HAS_DEATH_TEST
    
    // This macro is used for implementing macros such as
    // EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where
    // death tests are not supported. Those macros must compile on such systems
    // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.1K bytes
    - Viewed (0)
Back to top