Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for googleTest (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    The {cpp} Unit Test Plugin provides the tasks, configurations and conventions for integrating with a {cpp} executable-based testing framework, such as https://github.com/google/googletest[Google Test].
    
    [[sec:cpp_unit_test_usage]]
    == Usage
    
    .Applying the {cpp} Unit Test Plugin
    ====
    include::sample[dir="snippets/cpp/cppUnitTest/kotlin",files="build.gradle.kts[tags=apply-plugin]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.test.cunit.CUnitTestSuiteSpec</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteSpec</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.NativeBinarySpec</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

      // `modular_filesystem_test.h` and extend the instantiation to also take as
      // argument an implementation for this method/a subclass factory (see
      // https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#creating-value-parameterized-abstract-tests)
      std::string GetURIForPath(StringPiece path) {
        const std::string translated_name =
            tensorflow::io::JoinPath(root_dir_, path);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteBinarySpec.getComponent()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GoogleTestTestSuiteBinarySpec.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #define GTEST_FLAG_PREFIX_ "gtest_"
    #define GTEST_FLAG_PREFIX_DASH_ "gtest-"
    #define GTEST_FLAG_PREFIX_UPPER_ "GTEST_"
    #define GTEST_NAME_ "Google Test"
    #define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/"
    
    // Determines the version of gcc that is used to compile this.
    #ifdef __GNUC__
    // 40302 means version 4.3.2.
    # define GTEST_GCC_VER_ \
        (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #define GTEST_FLAG_PREFIX_ "gtest_"
    #define GTEST_FLAG_PREFIX_DASH_ "gtest-"
    #define GTEST_FLAG_PREFIX_UPPER_ "GTEST_"
    #define GTEST_NAME_ "Google Test"
    #define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/"
    
    // Determines the version of gcc that is used to compile this.
    #ifdef __GNUC__
    // 40302 means version 4.3.2.
    # define GTEST_GCC_VER_ \
        (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  7. tensorflow/c/c_api_test.cc

     private:
      TF_Graph* graph_;
      int counter_;
    };
    
    // Helper macros for the TF_OperationGetAttr* tests.
    // TODO(ashankar): Use gmock matchers instead?
    // (https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#writing-new-parameterized-matchers-quickly)
    // That will require setting up the tensorflow build with gmock.
    #define EXPECT_TF_META(attr_name, expected_list_size, expected_type, \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.test.googletest.internal.DefaultGoogleTestTestSuiteBinary> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultGoogleTestTestSuiteBinary.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  9. src/encoding/json/testdata/code.json.gz

    1285863249,"mean_t":1285863249},{"name":"zcgunzip.cc","kids":[],"cl_weight":0.00392156862745098,"touches":1,"min_t":1285863249,"max_t":1285863249,"mean_t":1285863249},{"name":"googletest.cc","kids":[],"cl_weight":0.00392156862745098,"touches":1,"min_t":1285863249,"max_t":1285863249,"mean_t":1285863249},{"name":"googletest.h","kids":[],"cl_weight":0.00392156862745098,"touches":1,"min_t":1285863249,"max_t":1285863249,"mean_t":1285863249},{"name":"file.cc","kids":[],"cl_weight":0.00392156862745098,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top