Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emptyConstraint (0.23 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradleModuleMetadataParserTest.groovy

            1 * variant1.addDependency("g3", "m3", emptyConstraint(), [], null, ImmutableAttributes.EMPTY, { it[0].group == 'org' && it[0].name == 'foo' && it[0].version == null }, false, null)
            1 * variant1.setAvailableExternally(false)
            1 * metadata.addVariant("api", attributes(usage: "api")) >> variant2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 38K bytes
    - Viewed (0)
  2. pkg/registry/core/pod/strategy_test.go

    		enableNodeInclusionPolicy     bool
    	}{
    		{
    			name:                          "nodeInclusionPolicy enabled with topology unset",
    			topologySpreadConstraints:     emptyConstraints,
    			wantTopologySpreadConstraints: emptyConstraints,
    			enableNodeInclusionPolicy:     true,
    		},
    		{
    			name:                          "nodeInclusionPolicy enabled with topology configured",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top