Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for testCmp (0.1 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo`
      // If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList`
      // It does not support list numeric index.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MavenConversionIntegrationTest.groovy

            then:
            dsl.assertGradleFilesGenerated()
    
            when:
            run 'clean', 'build'
    
            then:
            targetDir.file("build/libs/testApp-1.0.jar").exists()
        }
    
        @Issue("GRADLE-2820")
        def "remoteparent"() {
            def dsl = dslFixtureFor(scriptDsl)
    
            setup:
            withSharedResources()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 15:23:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top