func newTestCache() *cache { … } func TestCacheNotInitialized(t *testing.T) { … } func getTestPodIDAndStatus(numContainers int) (types.UID, *PodStatus) { … } func TestGetIfNewerThanWhenPodExists(t *testing.T) { … } func TestGetPodNewerThanWhenPodDoesNotExist(t *testing.T) { … } func TestCacheSetAndGet(t *testing.T) { … } func TestCacheGetPodDoesNotExist(t *testing.T) { … } func TestDelete(t *testing.T) { … } func verifyNotification(t *testing.T, ch chan *data, expectNotification bool) { … } func TestRegisterNotification(t *testing.T) { … }