Files
Terminal.Gui/UnitTests
Thomas Nind cc0d9655e5 Fixes #3713 - TextField & TextView - When pressing right/left clear the selection instead of move tab (#3776)
* When pressing right clear the selection instead of move tab - TextField

* Add tests and start on TextView

* Finish tests for TextView

* Fix typos

* typo fix x2

* Fix for Selecting being renamed IsSelecting

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2024-10-11 09:48:15 -06:00
..
2024-10-08 21:23:49 -04:00
2024-10-01 01:00:06 +01:00
2024-10-08 01:03:23 -04:00
2024-10-09 12:39:59 +01:00
2024-09-22 20:36:57 -06:00
2024-10-03 09:40:37 -06:00
2024-09-23 13:58:02 -06:00
2024-10-03 09:40:37 -06:00
2024-10-09 12:39:59 +01:00
2024-10-08 01:03:23 -04:00
2024-09-03 10:55:57 -06:00
2024-07-07 14:40:54 -06: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.