MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / CreateFakePackageSmokeTest

Method CreateFakePackageSmokeTest

test/UtilityTests.cs:124–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 [Fact]
125 public void CreateFakePackageSmokeTest()
126 {
127 string path;
128 using (Utility.WithTempDirectory(out path)) {
129 var output = IntegrationTestHelper.CreateFakeInstalledApp("0.3.0", path);
130 Assert.True(File.Exists(output));
131 }
132 }
133
134 [Theory]
135 [InlineData("foo.dll", true)]

Callers

nothing calls this directly

Calls 2

WithTempDirectoryMethod · 0.80

Tested by

no test coverage detected