Files
Terminal.Gui/UnitTests
BDisp 9cfa78a033 Fixes #2354. View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. (#2355)
* Fixes #2354. View should have a IgnoreHasFocusPropertyOnRedraw property to prevent unnecessary derived class.

* Removed IgnoreHasFocusPropertyOnRedraw property.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2023-02-21 14:23:40 +13:00
..
2023-02-07 16:33:22 +09:00
2023-01-15 18:33:38 -07:00
2023-01-15 18:33:38 -07:00
2023-02-21 11:59:46 +13:00
2023-02-03 23:28:58 +09:00

Automated Unit Tests

Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.

See the Testing wiki for details on how to add more tests.