func httpRequest(method, path, rawQuery string) *http.Request { … } func newWatchIdentifier(apiGroup, resource, namespace, name string) *watchIdentifier { … } func TestRegisterWatch(t *testing.T) { … } func TestGetInterestedWatchCount(t *testing.T) { … } func TestGetInterestedWatchCountWithIndex(t *testing.T) { … }