Tig 97558c2dbf Code review comments and cleanup 1 år sedan
..
Application e8e8c5916a Merge branch 'v2_develop' into v2_3767_restoring-drivers-and-fixes 1 år sedan
Clipboard 44ce74a5c0 Refactored Application into smaller files. 1 år sedan
Configuration 774e603438 Tweaked unit tests more 1 år sedan
ConsoleDrivers 97558c2dbf Code review comments and cleanup 1 år sedan
Dialogs 7a15f7b39b Backported a bunch of fixes from #3691 1 år sedan
Drawing 774e603438 Tweaked unit tests more 1 år sedan
FileServices f536945df5 Application.Keyboard Code cleanup 1 år sedan
Input d471061670 Merge branch 'v2_develop' into v2_3767_restoring-drivers-and-fixes 1 år sedan
Resources 7fcb5007ec Fixed TryParseW3CColorName 1 år sedan
Text e0551f4e4d NeedsDisplay -> NeedsDraw 1 år sedan
UICatalog c2c5a37ca7 Fixed CM bugs. Added unit tests. Trying to figure out why TryGet is not working properly 1 år sedan
View 7a15f7b39b Backported a bunch of fixes from #3691 1 år sedan
Views 8104ef3266 Merge branch 'v2_develop' into v2_3847_tabview-focus-fix 1 år sedan
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 år sedan
LocalPackagesTests.cs 774e603438 Tweaked unit tests more 1 år sedan
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 år sedan
TestHelpers.cs 90d492716a Adds IConsoleDriver 1 år sedan
UnitTests.csproj b9efc3e613 Update UnitTests.csproj 1 år sedan
UnitTests.csproj.DotSettings 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 år sedan
UnitTests.sln 02999638f0 trying to fix 3052 1 år sedan
coverlet.runsettings b29240f362 Code coverage (#1235) 4 år sedan
xunit.runner.json 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 år sedan

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.