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) { … }