Tig 427f5b1e3d Refactoring... WIP 2 il y a 9 mois
..
Application e0551f4e4d NeedsDisplay -> NeedsDraw il y a 10 mois
Clipboard 44ce74a5c0 Refactored Application into smaller files. il y a 1 an
Configuration ccf2daa024 Change all RuneCell to Cell and move methods to the Cell record struct. il y a 10 mois
ConsoleDrivers d835b569d8 Fixed more clipping bugs and unit tests. All tests pass! il y a 10 mois
Dialogs e4b552331b drawming.md il y a 10 mois
Drawing 95f21c383e LineCanvas code cleanup and API docs il y a 9 mois
FileServices f536945df5 Application.Keyboard Code cleanup il y a 10 mois
Input a93d1ceeb7 better names and API docs il y a 10 mois
Resources 7fcb5007ec Fixed TryParseW3CColorName il y a 11 mois
Text e0551f4e4d NeedsDisplay -> NeedsDraw il y a 10 mois
UICatalog 17e3fe8c5f Non-rectangular clip reigion support basically works il y a 10 mois
View 374304674d Unit test cleanup il y a 9 mois
Views 427f5b1e3d Refactoring... WIP 2 il y a 9 mois
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) il y a 2 ans
LocalPackagesTests.cs 8f1954f16c Fixes #3790. Can't build v2_develop RELEASE - "The local source 'C:\Users\Tig\s\gui-cs\Terminal.Gui\local_packages' doesn't exist." (#3794) il y a 10 mois
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) il y a 3 ans
TestHelpers.cs 0e6a2bcc7d Fixing unit tests. TableView. WIP il y a 10 mois
UnitTests.csproj b9efc3e613 Update UnitTests.csproj il y a 1 an
UnitTests.csproj.DotSettings 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) il y a 1 an
UnitTests.sln 02999638f0 trying to fix 3052 il y a 1 an
coverlet.runsettings b29240f362 Code coverage (#1235) il y a 4 ans
xunit.runner.json 0d925ebaf6 all tests pass il y a 1 an

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.