BDisp 8f1b5aceb6 Fixes #3034. Text remains "invisible" in the TextView when WordWrap is activated. (#3036) 1 year ago
..
Application 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 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 3f4d96bec7 Fixes #3011. TextFormatter doesn't handle combining and tab runes. (#3012) 1 year ago
Drawing 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 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 3f4d96bec7 Fixes #3011. TextFormatter doesn't handle combining and tab runes. (#3012) 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 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 1 year ago
Views 8f1b5aceb6 Fixes #3034. Text remains "invisible" in the TextView when WordWrap is activated. (#3036) 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 0d1bbdd0f9 Updates to xunit 2.6.2 which fixes issue in 2.6.1 (#3003) 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.