Files
Terminal.Gui/UnitTests
Tig d507426c6d Changed semantics of TabIndexes, TabIndex, and CanFocus relative to TabStop.
CanFocus is not coupled with the tab index or tab stop other than to automatically set TabStop when set to True.
A TabIndex of -1 is only used to indicate TabStop_set has not been called.
Once nullable is enabled, we'll change _tabIndex to be nullable.
Changing CanFocus does not impact TabIndex (except in that it sets TabStop if it's None).
2024-07-27 11:55:41 -04:00
..
2024-07-27 10:30:30 -04:00
2024-07-22 16:59:10 -06:00
2024-07-24 15:09:48 -06:00
2024-07-26 08:00:45 -04:00
2024-07-26 08:00:45 -04:00
2024-07-07 14:40:54 -06:00
2023-10-04 06:42:47 -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.