28 references to TestInputs
Microsoft.DotNet.Build.Tasks.Feed.Tests (28)
BuildModelFactoryTests.cs (8)
93var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 184var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 247var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.zip")); 275var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 316var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 558var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 588var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 697var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg"));
GeneralTests.cs (4)
113var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.zip")); 121var content = TestInputs.ReadAllBytes(Path.Combine("Nupkgs", $"{feedResponseContentName}.zip")); 147var localPackagePath = TestInputs.GetFullPath(testPackageName); 153var responseContent = TestInputs.ReadAllBytes(testPackageName);
PublishArtifactsInManifestTests.cs (1)
37var manifestFullPath = TestInputs.GetFullPath(Path.Combine("Manifests", "SampleV3.xml"));
PublishToSymbolServerTest.cs (14)
35var path = TestInputs.GetFullPath("Test"); 108var path = TestInputs.GetFullPath("Symbol"); 193var exclusionFile = TestInputs.GetFullPath("Symbols/SymbolPublishingExclusionsFile.txt"); 194var symbolFilesDir = TestInputs.GetFullPath("Symbols"); 238var responseContent = TestInputs.ReadAllBytes(testFile); 245var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 271var responseContent = TestInputs.ReadAllBytes(testFile); 290var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 314var responseContent = TestInputs.ReadAllBytes(testFile); 333var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 357var responseContent = TestInputs.ReadAllBytes(testFile); 372var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 397var responseContent = TestInputs.ReadAllBytes(testPackageName); 424var responseContent = TestInputs.ReadAllBytes(testPackageName);
TestInputs.cs (1)
13Path.GetDirectoryName(typeof(TestInputs).Assembly.Location),