25 references to TestInputs
Microsoft.DotNet.Build.Tasks.Feed.Tests (25)
DownloadFileTests.cs (14)
56var fileResponseContent = TestInputs.ReadAllBytes(testFile); 77var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 125var fileResponseContent = TestInputs.ReadAllBytes(testFile); 146var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 196Content = new ByteArrayContent(TestInputs.ReadAllBytes(Path.Combine("Symbols", _testTextFile))) 201Content = new ByteArrayContent(TestInputs.ReadAllBytes(Path.Combine("Symbols", _testSymbolPackage))) 223var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 233var path2 = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 273var responseContent = TestInputs.ReadAllBytes(testFile); 282var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 329var fileResponseContent = TestInputs.ReadAllBytes(testFile); 354var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 403var fileResponseContent = TestInputs.ReadAllBytes(testFile); 427var path = TestInputs.GetFullPath(Guid.NewGuid().ToString());
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 (2)
37var manifestFullPath = TestInputs.GetFullPath(Path.Combine("Manifests", "SampleV3.xml")); 63var manifestFullPath = TestInputs.GetFullPath(Path.Combine("Manifests", "SampleV4.xml"));
PublishToSymbolServerTest.cs (4)
31var path = TestInputs.GetFullPath("Test"); 108var path = TestInputs.GetFullPath("Symbol"); 193var exclusionFile = TestInputs.GetFullPath("Symbols/SymbolPublishingExclusionsFile.txt"); 194var symbolFilesDir = TestInputs.GetFullPath("Symbols");
src\Microsoft.DotNet.Build.Manifest.Tests\TestInputs\TestInputs.cs (1)
13Path.GetDirectoryName(typeof(TestInputs).Assembly.Location),