11 references to Unpack
Microsoft.DotNet.MacOsPkg.Tests (11)
UnpackPackTests.cs (11)
83Unpack(simplePkg, unpackPath, simplePkgFiles); 96Unpack(withAppPkg, unpackPath, withAppPkgFiles); 110Unpack(withAppPkg, unpackPkgPath, withAppPkgFiles); 111Unpack(Path.Combine(unpackPkgPath, "Payload", "test.app"), unpackAppPath, appFiles); 124Unpack(simpleInstallerPkg, unpackPath, simpleInstallerFiles); 140Unpack(simpleInstallerPkg, unpackInstallerPath, simpleInstallerFiles); 141Unpack(componentPkgPath, unpackComponentPath, simplePkgFiles); 160Unpack(withAppInstallerPkg, unpackInstallerPath, withAppInstallerFiles); 161Unpack(componentPkgPath, unpackComponentPath, withAppPkgFiles); 162Unpack(appPath, unpackAppPath, appFiles); 210Unpack(dstPath, unpackPath, expectedFiles);