Brandon Thetford 0e5e7e84e7 Remove the Rectangle tests 1 year ago
..
Application 3d807c3833 Merge branch 'v2_develop' into v2_3256_prepare_for_Rect_removal 1 year ago
Clipboard 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 year ago
Configuration 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 year ago
ConsoleDrivers 3d807c3833 Merge branch 'v2_develop' into v2_3256_prepare_for_Rect_removal 1 year ago
Dialogs ac0b655b1a Add explicit casts to a few tests to ensure the correct type is tested. 1 year ago
Drawing a638edeeaf Rename Rect to Rectangle in preparation for removal 1 year ago
FileServices 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 year ago
Input 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 year ago
Text 3d807c3833 Merge branch 'v2_develop' into v2_3256_prepare_for_Rect_removal 1 year ago
Types 0e5e7e84e7 Remove the Rectangle tests 1 year ago
UICatalog 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 year ago
View ac0b655b1a Add explicit casts to a few tests to ensure the correct type is tested. 1 year ago
Views 17d028432e Re-apply Rect->Rectangle name changes in these files 1 year ago
.filenesting.json 92a601254e Fixes #3170. Color improvements (#3204) 1 year ago
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 years ago
TestHelpers.cs 53fbdab54d Make this easier to follow (naming only) 1 year ago
UnitTests.csproj 20a49c917b Remove Rectangle type and alias System.Drawing.Rectangle to Rectangle 1 year ago
UnitTests.csproj.DotSettings 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 year ago
coverlet.runsettings b29240f362 Code coverage (#1235) 4 years ago
xunit.runner.json 0d925ebaf6 all tests pass 1 year 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.