Tig Kindel 9b743b20b2 Fixed unit tests 1 year ago
..
Application 8274451805 prep for Dialog to use Dim.Auto - Simplify unit tests to not depend on things not important to the unit test (like Dialog) 1 year ago
Clipboard dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
Configuration dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
ConsoleDrivers dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
Dialogs af17636d1f prep for Dialog to use Dim.Auto - Make Dialog tests not depend on MessageBox 1 year ago
Drawing dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
FileServices dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
Input 7f759b573b Fixes #3055: Remove `Key.Unknown` (#3057) 1 year ago
Text 9ba5edbec4 prep for Dialog to use Dim.Auto - Simplify unit tests 1 year ago
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago
UICatalog 7f759b573b Fixes #3055: Remove `Key.Unknown` (#3057) 1 year ago
View 9b743b20b2 Fixed unit tests 1 year ago
Views 8274451805 prep for Dialog to use Dim.Auto - Simplify unit tests to not depend on things not important to the unit test (like Dialog) 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 dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
UnitTests.csproj dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 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.