tznind fe2ed669c5 Merge branch 'events' of https://github.com/tznind/gui.cs into events 2 lat temu
..
Application 2ed71e284c Move all nested eventargs out of parent classes to root 2 lat temu
Colors 9425b2a720 Fixes #2181 - (Really) Adds configuration manager (#2365) 2 lat temu
Configuration 2ed71e284c Move all nested eventargs out of parent classes to root 2 lat temu
Core 2ed71e284c Move all nested eventargs out of parent classes to root 2 lat temu
Drivers 43f67a6387 Convert more Actions to EventHandlers in View 2 lat temu
Menus 6a33f142e0 Added MenuOpenedEventArgs class 2 lat temu
Text 2eb05113af Fix negative bounds on draw text and thus fixes scrolling. 2 lat temu
TopLevels 82bf8f0546 Fixes https://github.com/gui-cs/Terminal.Gui/issues/2413. GrabMouse ungrab other view that was grabbed and still need it. 2 lat temu
Types 43f67a6387 Convert more Actions to EventHandlers in View 2 lat temu
UICatalog 2ed71e284c Move all nested eventargs out of parent classes to root 2 lat temu
Views 2ed71e284c Move all nested eventargs out of parent classes to root 2 lat temu
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 lat temu
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 lat temu
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) 3 lat temu
TestHelpers.cs 9425b2a720 Fixes #2181 - (Really) Adds configuration manager (#2365) 2 lat temu
UnitTests.csproj ffc06ea59f Remove duplicates packages and updating. 2 lat temu
coverlet.runsettings b29240f362 Code coverage (#1235) 4 lat temu
xunit.runner.json 8730ac6f37 first unit tests 5 lat temu

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.