Tig 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 1 рік тому
..
Application 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 1 рік тому
Clipboard 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 рік тому
Configuration 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 рік тому
ConsoleDrivers aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 рік тому
Dialogs 3f4d96bec7 Fixes #3011. TextFormatter doesn't handle combining and tab runes. (#3012) 1 рік тому
Drawing 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 1 рік тому
FileServices aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 рік тому
Input 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 рік тому
Text 3f4d96bec7 Fixes #3011. TextFormatter doesn't handle combining and tab runes. (#3012) 1 рік тому
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 роки тому
UICatalog 6851b42a49 Fixes #2921 - MainLoop refactoring (#2922) 1 рік тому
View 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 1 рік тому
Views 42b9ad1d61 Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920) 1 рік тому
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 роки тому
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 роки тому
TestHelpers.cs aa8b952509 Partially Addresses #2616. Support combining sequences that don't normalize (#2932) 1 рік тому
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 роки тому
UnitTests.csproj 0d1bbdd0f9 Updates to xunit 2.6.2 which fixes issue in 2.6.1 (#3003) 1 рік тому
coverlet.runsettings b29240f362 Code coverage (#1235) 4 роки тому
xunit.runner.json 0d925ebaf6 all tests pass 1 рік тому

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.