Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExistPathTestCases = []ExistPathWrapper{ { Header: "File should exist, dir should be false", BaseDir: pathsconst.DefaultTempTestDir, RelPath: setupFilePath, OsType: ostype.Windows, Options: expandnormalize.Options{ Options: normalize.Options{ IsNormalize: true, IsLongPathFix: true, IsForceLongPathFix: true, }, IsExpandEnvVar: true, }, IsExistExpectation: true, IsDirExpectation: false, IsFileExpectation: true, }, { Header: "Dir should exist, file should be false", BaseDir: pathsconst.DefaultTempTestDir, RelPath: "", OsType: ostype.Windows, Options: expandnormalize.Options{ Options: normalize.Options{ IsNormalize: true, IsLongPathFix: true, IsForceLongPathFix: true, }, IsExpandEnvVar: true, }, IsExistExpectation: true, IsDirExpectation: true, IsFileExpectation: false, }, }
View Source
var ( SetupFiles = pathinsfmt.PathsCreator{ BasePathsCreator: pathinsfmt.BasePathsCreator{ RootDir: pathsconst.DefaultTempTestDir, Files: []string{ setupFilePath, }, IsNormalize: true, }, ApplyRwx: &chmodins.RwxOwnerGroupOther{ Owner: "rwx", Group: "rwx", Other: "rwx", }, ApplyUserGroup: nil, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.