Tigger Kindel 859a7c12d5 Disabling test that breaks ci/cd? 1 ano atrás
..
Application e4f3b97da0 Fixed WindowsDriver mem leak 1 ano atrás
Clipboard 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 anos atrás
Configuration 859a7c12d5 Disabling test that breaks ci/cd? 1 ano atrás
ConsoleDrivers 9529afc84b All unit tests PASS!!! 1 ano atrás
Dialogs 1c133ba364 Refactored CheckTimers into MainLoop and renamed/simplified 1 ano atrás
Drawing 9529afc84b All unit tests PASS!!! 1 ano atrás
FileServices 06d006077d Fix tests 1 ano atrás
Input 8fffab0274 fixed build warnings 1 ano atrás
Text 1fa6267895 WIP - Revamped Color 1 ano atrás
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 anos atrás
UICatalog 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) 2 anos atrás
View 1c133ba364 Refactored CheckTimers into MainLoop and renamed/simplified 1 ano atrás
Views 26580aca6a inital commit - proving Color can be made a class without breaking tons of code 1 ano atrás
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 anos atrás
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 anos atrás
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) 2 anos atrás
TestHelpers.cs 8fffab0274 fixed build warnings 1 ano atrás
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 anos atrás
UnitTests.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 anos atrás
coverlet.runsettings b29240f362 Code coverage (#1235) 4 anos atrás
xunit.runner.json 0d925ebaf6 all tests pass 1 ano atrás

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.