12 writes to Rows
dotnet.Tests (12)
PrintableTableTests.cs (12)
37
Rows
= new string[][] {
57
Rows
= new string[][] {
85
Rows
= new string[][] {
131
Rows
= new string[][] {
180
Rows
= new string[][] {
226
Rows
= new string[][] {
251
Rows
= new string[][] {
278
Rows
= new string[][] {
305
Rows
= new string[][] {
330
Rows
= new string[][] {
356
Rows
= new string[][] {
384
Rows
= new string[][] {
2 references to Rows
dotnet.Tests (2)
PrintableTableTests.cs (2)
427
table.PrintRows(data.
Rows
, l => lines.Add(l));
430
table.CalculateWidth(data.
Rows
).Should().Be(data.ExpectedTableWidth);