Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DoesNotMatter (0.13 sec)

  1. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisTest.groovy

            def a = analysis(
                [:], [:], empty(), empty(), "Some cause"
            )
    
            expect:
            a.findTransitiveDependents(["DoesNotMatter"], [:]).isDependencyToAll()
        }
    
        def "marks as dependency to all if constants has change and compilerApi is not available"() {
            given:
            def a = analysis(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/typechecking_test.go

    					},
    				},
    			},
    		}},
    	}}
    	paramsRefPolicy := &v1.ValidatingAdmissionPolicy{Spec: v1.ValidatingAdmissionPolicySpec{
    		ParamKind: &v1.ParamKind{
    			APIVersion: "v1",
    			Kind:       "DoesNotMatter",
    		},
    		Validations: []v1.Validation{
    			{
    				Expression: "object.foo == params.bar",
    			},
    		},
    		MatchConstraints: &v1.MatchResources{ResourceRules: []v1.NamedRuleWithOperations{
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top