2 references to NotBeEmpty
dotnet.Tests (1)
CommandTests\Clean\GivenDotnetCleanCleansBuildArtifacts.cs (1)
26
outputFolder.Should().
NotBeEmpty
();
Microsoft.NET.Sdk.Razor.Tests (1)
PublishIntegrationTest.cs (1)
100
new DirectoryInfo(Path.Combine(publishOutputPath, "Views")).Should().
NotBeEmpty
();