Thomas Nind d60aed79e4 Autocomplete for TextView (#1406) 4 years ago
..
AllViewsTests.cs 4d09d4522e Added a AllViewsTests unit test to test all Views derived class constructors. 4 years ago
ApplicationTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. 4 years ago
AttributeTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
AutocompleteTests.cs d60aed79e4 Autocomplete for TextView (#1406) 4 years ago
ClipboardTests.cs ce04eeda86 Added -noprofile option to PowerShell and the clip.exe. 4 years ago
ConsoleDriverTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
GraphViewTests.cs fe464b0b94 Added test helper method AssertDriverColorsAre 4 years ago
KeyTests.cs 46aa017ff1 Fixes #1381. Unit tests to demonstrate the Key enum ambiguity check. 4 years ago
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
PointTests.cs b29240f362 Code coverage (#1235) 4 years ago
PosTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 years ago
README.md bdd4b45dd2 added readme for unit tests 5 years ago
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 years ago
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
ScenarioTests.cs 138a14746d Using LayoutSubviews to fix the size height hiding first character. 4 years ago
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
SizeTests.cs b29240f362 Code coverage (#1235) 4 years ago
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 years ago
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TableViewTests.cs 29c14876c0 Changed CellColorGetterDelegate to use its own class for args CellColorGetterArgs to future proof the API against breaking changes 4 years ago
TextFieldTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
TextFormatterTests.cs d60aed79e4 Autocomplete for TextView (#1406) 4 years ago
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 years ago
TextViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
ToplevelTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
UnitTests.csproj ee8a8cc2db Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#1418) 4 years ago
ViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
coverlet.runsettings b29240f362 Code coverage (#1235) 4 years ago
xunit.runner.json 8730ac6f37 first unit tests 5 years 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.