Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for oneCool (0.08 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/LibrariesSourceGeneratorTest.groovy

                library('bar', 'g:a:v')
                bundle('one.cool', ['foo', 'bar'])
                bundle('oneCool', ['foo', 'bar'])
            }
    
            then:
            InvalidUserDataException ex = thrown()
            verify(ex.message, nameClash {
                kind('dependency bundles')
                inConflict('one.cool', 'oneCool')
                getterName('getOneCoolBundle')
            })
    
            when:
            generate {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. pilot/pkg/model/virtualservice_test.go

    								Host: "example.org",
    								Port: &networking.PortSelector{
    									Number: 80,
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	}
    
    	oneRoot := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    			Name:             "root-vs",
    			Namespace:        "istio-system",
    		},
    		Spec: &networking.VirtualService{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
Back to top