Tig 816eb2a183 Updates project references for v2 (#2697) 2 years ago
..
Application e2feeefa93 Fixes #2663 - No more nested classes (#2664) 2 years ago
Clipboard 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) 2 years ago
Configuration e2feeefa93 Fixes #2663 - No more nested classes (#2664) 2 years ago
ConsoleDrivers dea5f0fe03 Fixes #2597. Enables standard glyphs to be set via ConfigurationManager (#2595) 2 years ago
Dialogs e2feeefa93 Fixes #2663 - No more nested classes (#2664) 2 years ago
Drawing a6b05b83cd Fixes #2632. Updates RuneJsonConverter to deal with more formats (#2640) 2 years ago
FileServices d0107e6026 Fixes #2643 - Make AllowedType more permissive in file matching (#2644) 2 years ago
Input ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago
Text 59a7ff95b3 Fixes #2655. Should be avoid cast to char on a Rune ctor which always fallback for a UTF16 char. (#2656) 2 years 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 e2feeefa93 Fixes #2663 - No more nested classes (#2664) 2 years ago
Views e70ce0f13b Add extra assertions to TestSpinnerView_AutoSpin 2 years ago
AssemblyInfo.cs dea5f0fe03 Fixes #2597. Enables standard glyphs to be set via ConfigurationManager (#2595) 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 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) 2 years ago
UnitTests.csproj 816eb2a183 Updates project references for v2 (#2697) 2 years ago
coverlet.runsettings b29240f362 Code coverage (#1235) 4 years ago
xunit.runner.json 8730ac6f37 first unit tests 5 years 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.