Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for hierarchies (0.45 sec)

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

    // To write value-parameterized tests, first you should define a fixture
    // class. It is usually derived from testing::TestWithParam<T> (see below for
    // another inheritance scheme that's sometimes useful in more complicated
    // class hierarchies), where the type of your parameter values.
    // TestWithParam<T> is itself derived from testing::Test. T can be any
    // copyable type. If it's a raw pointer, you are responsible for managing the
    // lifespan of the pointed values.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // To write value-parameterized tests, first you should define a fixture
    // class. It is usually derived from testing::TestWithParam<T> (see below for
    // another inheritance scheme that's sometimes useful in more complicated
    // class hierarchies), where the type of your parameter values.
    // TestWithParam<T> is itself derived from testing::Test. T can be any
    // copyable type. If it's a raw pointer, you are responsible for managing the
    // lifespan of the pointed values.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // A value-parameterized class must inherit from both ::testing::Test and
    // ::testing::WithParamInterface. In most cases that just means inheriting
    // from ::testing::TestWithParam, but more complicated test hierarchies
    // may need to inherit from Test and WithParamInterface at different levels.
    //
    // This interface has support for accessing the test parameter value via
    // the GetParam() method.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    If you want to copy the files without the directory structure, you must use an explicit `fileTree(_dir_) { _includes_ }.files` expression.
    
    [[sec:copying_directories_example]]
    === Copying directory hierarchies
    
    You may need to copy files as well as the directory structure in which they reside.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // A value-parameterized class must inherit from both ::testing::Test and
    // ::testing::WithParamInterface. In most cases that just means inheriting
    // from ::testing::TestWithParam, but more complicated test hierarchies
    // may need to inherit from Test and WithParamInterface at different levels.
    //
    // This interface has support for accessing the test parameter value via
    // the GetParam() method.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
Back to top