Files
Terminal.Gui/UnitTests
Thomas Nind 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843)
* Fix TableView multi selections extending to -1 indexes

* Add to test confirmation that the main active cell also didn't get pushed off

* Tidy up formatting

* Fixed not calling Application.Shutdown in tests and made it easier to diagnose which test is not shutting down
2022-06-27 09:09:31 -07:00
..
2021-08-26 07:55:19 -07:00
2022-06-14 09:45:42 -07:00
2021-04-25 10:18:31 -07:00
2021-04-25 10:18:31 -07:00
2020-06-07 22:20:12 -06:00
2021-04-25 10:18:31 -07:00
2022-05-20 22:25:01 -07:00
2022-03-17 02:04:19 -07:00
2022-05-29 10:18:16 +12: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.