()
| 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)] |
nothing calls this directly
no test coverage detected