Maciej 545c010731 Fixes #2019: Introduce DatePicker (#3134) 1 anno fa
..
Application 6ad36b7ac9 Fixes #2944. `TreeView` unit tests fail intermittently: Ensures `Attribute` and `Color` are read only value types (#3163) 1 anno fa
Clipboard dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 anno fa
Configuration 6ad36b7ac9 Fixes #2944. `TreeView` unit tests fail intermittently: Ensures `Attribute` and `Color` are read only value types (#3163) 1 anno fa
ConsoleDrivers 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) 1 anno fa
Dialogs d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) 1 anno fa
Drawing 6ad36b7ac9 Fixes #2944. `TreeView` unit tests fail intermittently: Ensures `Attribute` and `Color` are read only value types (#3163) 1 anno fa
FileServices dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 anno fa
Input d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) 1 anno fa
Text d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) 1 anno fa
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 anni fa
UICatalog d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) 1 anno fa
View 6ad36b7ac9 Fixes #2944. `TreeView` unit tests fail intermittently: Ensures `Attribute` and `Color` are read only value types (#3163) 1 anno fa
Views 545c010731 Fixes #2019: Introduce DatePicker (#3134) 1 anno fa
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 anni fa
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 anni fa
TestHelpers.cs dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 anno fa
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 anni fa
UnitTests.csproj a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 anno fa
coverlet.runsettings b29240f362 Code coverage (#1235) 4 anni fa
xunit.runner.json 0d925ebaf6 all tests pass 1 anno fa

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.