mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
unit tests
This commit is contained in:
@@ -468,6 +468,9 @@ namespace Terminal.Gui.ApplicationTests {
|
||||
|
||||
((FakeDriver)Application.Driver).SetBufferSize (5, 5);
|
||||
Application.Begin (Application.Top);
|
||||
// BUGBUG: v2 -
|
||||
Assert.Equal (new Rect (0, 0, 80, 25), Application.Top.Frame);
|
||||
((FakeDriver)Application.Driver).SetBufferSize (5, 5);
|
||||
Assert.Equal (new Rect (0, 0, 5, 5), Application.Top.Frame);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user