BDisp 478c93d985 Create a Scroll class with unit tests and use case. 1 year ago
..
Application 36b9171276 Removed ContentSize setter, replaced with SetContentSize 1 year ago
Clipboard 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 year ago
Configuration e7a116eb46 Code cleanup 1 year ago
ConsoleDrivers f18c166d0f - Made Dim.DimAutoStyle flags. 1 year ago
Dialogs 5cebe967dd WIP: Fixing MessagBox to use Dim.Auto - Disabled some tests 1 year ago
Drawing a563e03ec2 More... 1 year ago
FileServices 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 year ago
Input d391cc7ad2 MouseEvent: int X, int Y -> Point Position 1 year ago
Text d391cc7ad2 MouseEvent: int X, int Y -> Point Position 1 year ago
UICatalog d2e24993fb Dim.Sized -> Dim.Absolute 1 year ago
View 0a60ce3440 Added [GenerateEnumExtensionMethods] to all Layout enums 1 year ago
Views 478c93d985 Create a Scroll class with unit tests and use case. 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 a48146af82 Tons of unit test updates 1 year ago
UnitTests.csproj e6423e6371 Updated nuget packages 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.