Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for util_test (0.19 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/plugins/XcodePlugin.java

                        target.setProductType(PBXTarget.ProductType.UNIT_TEST);
                        target.getCompileModules().from(component.getTestBinary().get().getCompileModules());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    By convention, the type is set to the name of the test suite, converted to dash-case - with the exception of the built-in test suite, which uses the value link:{javadocPath}/org/gradle/api/attributes/TestSuiteType.html#UNIT_TEST--['unit-test'].
    
    Common values are available as constants in link:{javadocPath}/org/gradle/api/attributes/TestSuiteType.html[TestSuiteType].
    
    [[sec:jvm_test_suite_examples]]
    [discrete]
    == Configuration Examples
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in
    // the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't.
    GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(
        UnitTest* unit_test, int skip_count);
    
    // Helpers for suppressing warnings on unreachable code or constant
    // condition.
    
    // Always returns true.
    GTEST_API_ bool AlwaysTrue();
    
    // Always returns false.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in
    // the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't.
    GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(
        UnitTest* unit_test, int skip_count);
    
    // Helpers for suppressing warnings on unreachable code or constant
    // condition.
    
    // Always returns true.
    GTEST_API_ bool AlwaysTrue();
    
    // Always returns false.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top