6 instantiations of TestDirectoryContents
Microsoft.AspNetCore.Hosting.Tests (6)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (6)
667
providerMock.Setup(p => p.GetDirectoryContents("")).Returns(new
TestDirectoryContents
(new[] { styles, js }));
668
providerMock.Setup(p => p.GetDirectoryContents("js")).Returns(new
TestDirectoryContents
(new[]
689
providerMock.Setup(p => p.GetDirectoryContents("")).Returns(new
TestDirectoryContents
(new[] { css, js }));
690
providerMock.Setup(p => p.GetDirectoryContents("js")).Returns(new
TestDirectoryContents
(new[]
694
providerMock.Setup(p => p.GetDirectoryContents("css")).Returns(new
TestDirectoryContents
(new[]
747
providerMock.Setup(p => p.GetDirectoryContents("")).Returns(new
TestDirectoryContents
(new[] { otherHtml })