mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
* Fixes #1234. Setting Handled to true in the KeyPress event avoids ProcessKey from running. * Using literals values in Assert.Equal. * Can't use numbers variables on the left side of an Assert.Equal/NotEqual, it must be literal (Linux only).
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.