usr 34c6b6ebcc Add Disposal Test and fix an issue where the CopyClipboard test was failing (#2936) 1 год назад
..
Application a8d2f8d733 Fixes #2913 - remove Disposed views from Responder.instances when Debugging (#2914) 1 год назад
Core caf160ac32 Fixes #2834. v1 Border BorderBrush and Background wrongly sets to an invalid Color enum. 1 год назад
Drivers 34c6b6ebcc Add Disposal Test and fix an issue where the CopyClipboard test was failing (#2936) 1 год назад
Menus d8eaf7e8bb Fixes #2836. v1 RequestStop while a ContextMenu is open can throw an exception. 1 год назад
Text fa048da358 Merge branch 'develop' into unittest_reorg 2 лет назад
TopLevels a8d2f8d733 Fixes #2913 - remove Disposed views from Responder.instances when Debugging (#2914) 1 год назад
Types 7454dac942 Reorg of unit tests 2 лет назад
UICatalog 40af5ed98a Adds Snake Scenario (#2353) 2 лет назад
Views 34c6b6ebcc Add Disposal Test and fix an issue where the CopyClipboard test was failing (#2936) 1 год назад
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 лет назад
ReflectionTools.cs caf160ac32 Fixes #2834. v1 Border BorderBrush and Background wrongly sets to an invalid Color enum. 1 год назад
TestHelpers.cs d02a5b6949 Fixes #2758. ReSharper unit tests detects errors that VS2022 don't. 2 лет назад
UnitTests.csproj 9a47180bb4 Bump xunit from 2.5.0 to 2.5.3 1 год назад
coverlet.runsettings b29240f362 Code coverage (#1235) 4 лет назад
xunit.runner.json 7ef51bad85 Remove EnableConsoleScrolling 2 лет назад

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.