type localFakeMounter …
func (l *localFakeMounter) GetPath() string { … }
func (l *localFakeMounter) GetAttributes() Attributes { … }
func (l *localFakeMounter) SetUp(mounterArgs MounterArgs) error { … }
func (l *localFakeMounter) SetUpAt(dir string, mounterArgs MounterArgs) error { … }
func (l *localFakeMounter) GetMetrics() (*Metrics, error) { … }
func TestSkipPermissionChange(t *testing.T) { … }
func TestSetVolumeOwnershipMode(t *testing.T) { … }
func verifyDirectoryPermission(path string, readonly bool) bool { … }
func TestSetVolumeOwnershipOwner(t *testing.T) { … }
func verifyFileOwner(path string, uid, gid int) bool { … }