4 instantiations of TestResource
Microsoft.AspNetCore.StaticAssets.Tests (4)
StaticAssetsIntegrationTests.cs (4)
33new TestResource("sample.txt", "Hello, World!", false), 354new TestResource("sample.txt", "Hello, World!", false), 407new TestResource("sample.txt", "Hello, World!", true), 599new("sample.txt", "Hello, World!", false),
6 references to TestResource
Microsoft.AspNetCore.StaticAssets.Tests (6)
StaticAssetsIntegrationTests.cs (6)
479private static void CreateTestManifest(string appName, string webRoot, params Span<TestResource> resources) 490var resource = resources[i]; 543private static long CreateCompressedFile(string filePath, TestResource resource) 597builder.Environment.WebRootFileProvider = new TestFileProvider(new TestResource[] 1052private class TestFileProvider(TestResource[] testResources) : IFileProvider 1077private class TestFileInfo(TestResource testResource) : IFileInfo