Tig Kindel d5fe8b48fc re-reverting 1 년 전
..
Application fe4b60a0b0 Removed TopLevel.Create 1 년 전
Clipboard dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 년 전
Configuration 80ef4b5e19 Fixes #3071 & #3079. Key cast and static props are not correct (#3089) 1 년 전
ConsoleDrivers 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) 1 년 전
Dialogs a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 년 전
Drawing 2c8f4034b8 Fixes #3080. Potentially unintended behavior of static pre-defined Attribute.Default in Attribute class (v2) (#3091) 1 년 전
FileServices dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 년 전
Input 0484fc8bf9 Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078) 1 년 전
Text 0484fc8bf9 Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078) 1 년 전
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 년 전
UICatalog 7f759b573b Fixes #3055: Remove `Key.Unknown` (#3057) 1 년 전
View fe4b60a0b0 Removed TopLevel.Create 1 년 전
Views d5fe8b48fc re-reverting 1 년 전
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 년 전
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 년 전
TestHelpers.cs dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 년 전
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 년 전
UnitTests.csproj a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) 1 년 전
coverlet.runsettings b29240f362 Code coverage (#1235) 4 년 전
xunit.runner.json 0d925ebaf6 all tests pass 1 년 전

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.