Files
Terminal.Gui/UnitTests
Thomas Nind 64b216b1e8 Fixes #3953 Add async support to v2 drivers (#3952)
* Add async support stuff

* Set main thread id

* Add v2 test to ensure `TaskScheduler.FromCurrentSynchronizationContext` works

* Remove uneeded async

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2025-03-02 10:57:28 -07:00
..
2024-12-09 22:03:40 -08:00
2024-09-23 13:58:02 -06:00
2024-11-26 10:18:14 -07: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.