BDisp ffb135c0fe Fixes #2705. ListView does not render correctly before focus. (#2707) před 2 roky
..
Application 1d2dc40c8a Fixes #2305. Improves the handling of escape sequence. (#2375) před 2 roky
Core 58ad65f348 Fixes #2686. Border color doesn't change when changing color scheme. (#2687) před 2 roky
Drivers 8287acbe89 Release v1.11 (#2639) před 2 roky
Menus 7454dac942 Reorg of unit tests před 2 roky
Text fa048da358 Merge branch 'develop' into unittest_reorg před 2 roky
TopLevels 9cfa78a033 Fixes #2354. View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. (#2355) před 2 roky
Types 7454dac942 Reorg of unit tests před 2 roky
UICatalog 40af5ed98a Adds Snake Scenario (#2353) před 2 roky
Views ffb135c0fe Fixes #2705. ListView does not render correctly before focus. (#2707) před 2 roky
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests před 2 roky
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) před 3 roky
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) před 3 roky
TestHelpers.cs a4bd3b4bce Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. před 2 roky
UnitTests.csproj 3d9b891e6f Updates project refs před 2 roky
coverlet.runsettings b29240f362 Code coverage (#1235) před 4 roky
xunit.runner.json 8730ac6f37 first unit tests před 5 roky

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.