Files
Terminal.Gui/UnitTests
Thomas Nind 5b2e10e6d0 Fixes #3696 Remove custom navigation in FileDialog (#3712)
* Remove custom navigation in FileDialog and change Ok/Cancel to use AddButton

* Fix most tests

* Update drawing tests to use contents asserts instead

* Update positioning to be less absolute

* TableView to not swallow cursors if no selection change manifests

* Make SetSelection cleverer about how it decides selection changed

* Refactor TableView key handling/Tab to be simpler and faster

* Tests for TableView selection moving out

* Add test for TableView selection change swallow cursor

* Fix formatting

* Fix split container height when buttons have shadows

* Fix alignment of buttons and input boxes
2024-09-01 14:57:41 -06:00
..
2024-08-29 15:47:49 -04:00
2024-08-19 10:09:15 -06:00
2024-07-22 16:59:10 -06:00
2024-08-05 09:14:33 -06:00
2024-08-15 06:38:07 -06:00
2024-08-19 10:09:15 -06:00
2024-08-19 19:30:16 -06:00
2024-08-02 11:56:45 -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.