2 references to HaveDirectory
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (2)
WasmPublishIntegrationTest.cs (2)
368
new DirectoryInfo(Path.Combine(publishDirectory.ToString(), "wwwroot")).Should().
HaveDirectory
("different-path");
435
new DirectoryInfo(Path.Combine(publishDirectory.ToString(), "wwwroot")).Should().
HaveDirectory
("different-path");