func TestAddHints(t *testing.T) { … } func TestSetNodes(t *testing.T) { … } func TestTopologyCacheRace(t *testing.T) { … } func expectEquivalentSlices(t *testing.T, actualSlices, expectedSlices []*discovery.EndpointSlice) { … } func compareExpectedEvents(t *testing.T, expectedEvents, events []*EventBuilder) { … }