var a … var b … func TestGetAPIServiceConditionByType(t *testing.T) { … } func TestIsAPIServiceConditionTrue(t *testing.T) { … } func TestSetAPIServiceCondition(t *testing.T) { … } func TestSortedAPIServicesByVersion(t *testing.T) { … } func makeNewAPIService(version string, priority int32, conditions ...APIServiceCondition) *APIService { … } func makeNewAPIServiceCondition(conditionType APIServiceConditionType, reason string, message string, status ConditionStatus) APIServiceCondition { … }