Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 119 for test1f (0.19 sec)

  1. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/java/SamplesJavaTestingIntegrationTest.groovy

            given:
            TestFile dslDir = sample.dir.file(dsl)
            executer.inDirectory(dslDir)
    
            when:
            def result = succeeds("test")
    
            then: "the test task is executed"
            result.assertTaskExecuted(":test")
    
            and: "both tests are run"
            def xmlResults = getTestResultsFileAsXml(dslDir, "org.gradle.testng.TestFactory")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.8K 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.pump

    class BaseTest : public ::testing::Test {
      // You can inherit all the usual members for a non-parameterized test
      // fixture here.
    };
    
    class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
      // The usual test fixture members go here too.
    };
    
    TEST_F(BaseTest, HasFoo) {
      // This is an ordinary non-parameterized test.
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

    #include "tensorflow/core/framework/tensor_shape.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/public/session_options.h"
    #include "tensorflow/core/public/version.h"
    
    namespace tensorflow {
    
    TEST(RewriteOutsideCompilationSubgraphFnTest, Basic) {
      // Build the graph:
      // "add" = "arg0" + "arg1"
      // "ret0" = "add"
      // "ret1" = "arg1"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    class BaseTest : public ::testing::Test {
      // You can inherit all the usual members for a non-parameterized test
      // fixture here.
    };
    
    class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
      // The usual test fixture members go here too.
    };
    
    TEST_F(BaseTest, HasFoo) {
      // This is an ordinary non-parameterized test.
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/report/DefaultTestReportTest.groovy

            testClassFile.assertHasTest('test1 < test2')
            testClassFile.assertHasFailure('test1 < test2', '<a failure>')
            testClassFile.assertHasStandardOutput('</html> & ')
            testClassFile.assertHasStandardError('</div> & ')
        }
    
        def encodesUnicodeCharactersInReport() {
            given:
            report = reportWithMaxThreads(1)
            def testTestResults = buildResults {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  6. fess-crawler/src/test/resources/extractor/msoffice/test.docx

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 12.9K bytes
    - Viewed (1)
  7. cmd/perf-tests.go

    Aditya Manthramurthy <******@****.***> 1716591923 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. fess-crawler/src/test/resources/extractor/tar/test.tar

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 10K bytes
    - Viewed (0)
  9. hack/lib/test.sh

    #   all resources are supported.
    #   $1: Name of the resource to be tested.
    kube::test::if_supports_resource() {
      SUPPORTED_RESOURCES=${SUPPORTED_RESOURCES:-""}
      REQUIRED_RESOURCE=${1:-""}
    
      for r in "${SUPPORTED_RESOURCES[@]}"; do
        if [[ "${r}" == "*" || "${r}" == "${REQUIRED_RESOURCE}" ]]; then
          return 0
        fi
      done
      return 1
    }
    
    kube::test::version::object_to_file() {
      name=$1
      flags=${2:-""}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 16:46:34 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/extractor/msoffice/test.xls

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 22K bytes
    - Viewed (0)
Back to top