mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
- Added SetScreenSize(int, int) method to IConsoleDriver interface - Implemented in ConsoleDriver base class to throw NotImplementedException - Implemented in ConsoleDriverFacade to throw NotImplementedException - Overridden in FakeDriver to call SetBufferSize for testing - Updated all test files to use Application.Driver.SetScreenSize() instead of casting to FakeDriver - Fixed FakeDriver_MockKeyPresses_Stack_Works test by clearing stack before use - All tests now pass without casting (21 UnitTests + 16 Parallelizable FakeDriver tests) Co-authored-by: tig <585482+tig@users.noreply.github.com>
Automated Unit Tests (non-Parallelizable)
See the Testing wiki for details on how to add more tests.