Tigger Kindel 4b51a912be Fixed ColorPicker test failure 1 year ago
..
Application e4f3b97da0 Fixed WindowsDriver mem leak 1 year ago
Clipboard 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
Configuration d400a7758e Fixed JsonConverterTests 1 year ago
ConsoleDrivers 27cf8f8fbb Test clean up 1 year ago
Dialogs 1c133ba364 Refactored CheckTimers into MainLoop and renamed/simplified 1 year ago
Drawing 27cf8f8fbb Test clean up 1 year ago
FileServices 06d006077d Fix tests 1 year ago
Input 8fffab0274 fixed build warnings 1 year ago
Text 1fa6267895 WIP - Revamped Color 1 year ago
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago
UICatalog 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) 2 years ago
View 1c133ba364 Refactored CheckTimers into MainLoop and renamed/simplified 1 year ago
Views 4b51a912be Fixed ColorPicker test failure 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
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) 2 years ago
TestHelpers.cs 8fffab0274 fixed build warnings 1 year ago
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
UnitTests.csproj b8c4c792f7 Updated packages 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.