kubernetes/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/aggregator/priority_test.go

func newAPIServiceForTest(name, group string, minGroupPriority, versionPriority int32, svc *apiregistrationv1.ServiceReference) *apiregistrationv1.APIService {}

func assertSortedServices(t *testing.T, actual []*apiregistrationv1.APIService, expectedNames []string) {}

func TestAPIServiceSort(t *testing.T) {}