2 references to AllRowsEqual
dotnet-new.IntegrationTests (2)
DotnetNewSearchTests.cs (2)
340
Assert.True(
AllRowsEqual
(tableOutput, new[] { "Type" }, "item"), "'Type' column does not contain criteria");
369
Assert.True(
AllRowsEqual
(tableOutput, new[] { "Type" }, "item"), "'Type' column does not contain criteria");