joebart457 3150d43979 Fixes #3144. TextView Autocomplete does not insert capital letters (#3145) 1 year ago
..
Application 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) 1 year ago
Clipboard dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
Configuration 80ef4b5e19 Fixes #3071 & #3079. Key cast and static props are not correct (#3089) 1 year ago
ConsoleDrivers 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) 1 year ago
Dialogs a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 year ago
Drawing 2c8f4034b8 Fixes #3080. Potentially unintended behavior of static pre-defined Attribute.Default in Attribute class (v2) (#3091) 1 year ago
FileServices dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
Input d69de86ba4 Fix Disposing unit tests that sometimes throws because some instances aren't cleared on others unit tests classes. (#3142) 1 year ago
Text 3150d43979 Fixes #3144. TextView Autocomplete does not insert capital letters (#3145) 1 year ago
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago
UICatalog 7f759b573b Fixes #3055: Remove `Key.Unknown` (#3057) 1 year ago
View 0484fc8bf9 Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078) 1 year ago
Views 93c6b1fe44 Fixes #3124. 0001 for year in DateField. (#3131) 1 year ago
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 years ago
TestHelpers.cs dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
UnitTests.csproj a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 year ago
coverlet.runsettings b29240f362 Code coverage (#1235) 4 years ago
xunit.runner.json 0d925ebaf6 all tests pass 1 year ago

README.md

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.