func validateDirExists(dir string) error { … } func validateDirNotExists(dir string) error { … } func TestCleanupOrphanedPodDirs(t *testing.T) { … } func TestPodVolumesExistWithMount(t *testing.T) { … }
func validateDirExists(dir string) error { … } func validateDirNotExists(dir string) error { … } func TestCleanupOrphanedPodDirs(t *testing.T) { … } func TestPodVolumesExistWithMount(t *testing.T) { … }