Terminals\Hex1bAspireTerminalTests.cs (7)
182AssertReportedDimensions(terminal, "initial", expectedColumns, expectedRows);
186AssertReportedDimensions(terminal, "automation", expectedColumns, expectedRows);
208AssertReportedDimensions(terminal, "initial", 82, 28);
213AssertReportedDimensions(terminal, "attached", 82, 28);
218AssertReportedDimensions(terminal, "resized", 100, 30);
223AssertReportedDimensions(terminal, "narrowed", 60, 18);
228AssertReportedDimensions(terminal, "detached", 60, 18);