Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for addExtensions (0.21 sec)

  1. maven-core/src/test/java/org/apache/maven/project/ProjectSorterTest.java

            Build build = project.getModel().getBuild();
    
            Extension extension = createExtension("other.group", "other-artifact", "1.0");
    
            build.addExtension(extension);
    
            new ProjectSorter(Collections.singletonList(project));
        }
    
        @Test
        void testMatchingArtifactIdsDifferentGroupIds() throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion_test.go

    					t.Errorf("expected diff, but didn't get any")
    				}
    			}
    		})
    	}
    }
    
    func withVendorExtensions(s *spec.Schema, key string, value interface{}) *spec.Schema {
    	s.VendorExtensible.AddExtension(key, value)
    	return s
    }
    
    func refEqual(x spec.Ref, y spec.Ref) bool {
    	return x.String() == y.String()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 14:34:26 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top