tznind 4dbf2f4cfd Add test for marking event Handled and demo how to do custom drawing hace 2 años
..
Application e2feeefa93 Fixes #2663 - No more nested classes (#2664) hace 2 años
Clipboard 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) hace 2 años
Configuration 325180ae48 Fixes #2680. Make the TextView API more extensible. (#2682) hace 2 años
ConsoleDrivers dea5f0fe03 Fixes #2597. Enables standard glyphs to be set via ConfigurationManager (#2595) hace 2 años
Dialogs e2feeefa93 Fixes #2663 - No more nested classes (#2664) hace 2 años
Drawing 4ac7f8b9ce Fixed Linecanvas test warnings hace 2 años
FileServices a8d1a79615 Fixes #2726 - Refactor filedialog classes to be more easily reused (#2727) hace 2 años
Input ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) hace 2 años
Text 7ee021cd6c Fixed textformattertests warning hace 2 años
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) hace 2 años
UICatalog 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) hace 2 años
View e2feeefa93 Fixes #2663 - No more nested classes (#2664) hace 2 años
Views 4dbf2f4cfd Add test for marking event Handled and demo how to do custom drawing hace 2 años
AssemblyInfo.cs dea5f0fe03 Fixes #2597. Enables standard glyphs to be set via ConfigurationManager (#2595) hace 2 años
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) hace 3 años
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) hace 3 años
TestHelpers.cs 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) hace 2 años
UnitTests.csproj 816eb2a183 Updates project references for v2 (#2697) hace 2 años
coverlet.runsettings b29240f362 Code coverage (#1235) hace 4 años
xunit.runner.json 8730ac6f37 first unit tests hace 5 años

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.