tznind 5187310b9a Refactor 'AlternateKey' events in Toplevel to use new signature 2 years ago
..
Application bdcbd55856 Switch to EventHandler<ToplevelEventArgs> for 2 years ago
Colors 9425b2a720 Fixes #2181 - (Really) Adds configuration manager (#2365) 2 years ago
Configuration 2cf7757691 Trying to fix init issue in ConfigManager that was causing intermittent unit test fails 2 years ago
Core 58c267fd7c Switch to EventHandler for TopLevel methods 2 years ago
Drivers 3ed927f867 Fixed unit tests: Clipboard flakyness 2 years ago
Menus 489a802df6 Implementing nullable bool checked on Menu. 2 years ago
Text 2eb05113af Fix negative bounds on draw text and thus fixes scrolling. 2 years ago
TopLevels 5187310b9a Refactor 'AlternateKey' events in Toplevel to use new signature 2 years ago
Types 58c267fd7c Switch to EventHandler for TopLevel methods 2 years ago
UICatalog cacfe0d772 Fixes #2371. V2 needs be merged with develop and be fixed from errors. (#2372) 2 years ago
Views 58c267fd7c Switch to EventHandler for TopLevel methods 2 years ago
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 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) 3 years ago
TestHelpers.cs 9425b2a720 Fixes #2181 - (Really) Adds configuration manager (#2365) 2 years ago
UnitTests.csproj ffc06ea59f Remove duplicates packages and updating. 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.