Tig d57b58be1a Updated ViewMouse unit tests před 1 rokem
..
Application 6ebee8d42b Fixed more bad code před 1 rokem
Clipboard 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) před 1 rokem
Configuration e7a116eb46 Code cleanup před 1 rokem
ConsoleDrivers 3ffc6405b4 Fix ConsoleDriverTests. před 1 rokem
Dialogs 6ebee8d42b Fixed more bad code před 1 rokem
Drawing ab1c89b203 Merge pull request #3346 from tznind/color-scheme-ctor před 1 rokem
FileServices 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) před 1 rokem
Input 41971a6e5a Fix all tests. před 1 rokem
Text d209a171fe Fix AutocompleteTests. před 1 rokem
UICatalog 6ebee8d42b Fixed more bad code před 1 rokem
View d57b58be1a Updated ViewMouse unit tests před 1 rokem
Views d57b58be1a Updated ViewMouse unit tests před 1 rokem
.filenesting.json 92a601254e Fixes #3170. Color improvements (#3204) před 1 rokem
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) před 2 roky
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) před 3 roky
TestHelpers.cs d57b58be1a Updated ViewMouse unit tests před 1 rokem
UnitTests.csproj 550a263155 Tweaked r# settings and applied to View and ViewLayout.cs před 1 rokem
UnitTests.csproj.DotSettings 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) před 1 rokem
coverlet.runsettings b29240f362 Code coverage (#1235) před 4 roky
xunit.runner.json 0d925ebaf6 all tests pass před 1 rokem

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.