BDisp 7b46b1dea4 Add unit test for the #2892 fix. (#2956) 1 year ago
..
Application aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 year ago
Clipboard 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 year ago
Configuration 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 year ago
ConsoleDrivers aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 year ago
Dialogs 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 year ago
Drawing aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 year ago
FileServices aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 year ago
Input 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 year ago
Text 5ffaf55efc (Color)foo -> new Color (foo) 1 year ago
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago
UICatalog 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 year ago
View aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 year ago
Views 7b46b1dea4 Add unit test for the #2892 fix. (#2956) 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 aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 year ago
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
UnitTests.csproj 8ea6b105fc Fixes #2923. Ensures only clear Instances if they really was disposed. (#2924) 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.