Files
Terminal.Gui/UnitTests
Igor Bagdamyan f602d3bd1d ComboBox cursonDownKey nullref fix (#1472)
* added null guard to fix null ref when pressing keyDown inside combobox
Improved an error message when view cannot be found

* Added a unit test to ensure combobox can process all key events
Found and fixed a new nullref

* Found a new bug when source is already present and combobox is added to a top view

* searchSet is auto initialized to new List() now to make the code a little bit safer
2021-09-29 14:14:32 -07:00
..
2021-08-26 07:55:19 -07:00
2021-08-26 07:55:19 -07:00
2021-04-25 10:18:31 -07:00
2021-08-26 07:55:19 -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
2020-06-07 21:44:03 -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.