dependabot[bot] f19636ed33 Bump ReportGenerator from 4.8.8 to 4.8.9 4 years ago
..
ApplicationTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
AssemblyInfo.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 years ago
AttributeTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
ClipboardTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 years ago
ConsoleDriverTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 years ago
DimTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
GraphViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
MainLoopTests.cs c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 years ago
PointTests.cs b29240f362 Code coverage (#1235) 4 years ago
PosTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 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 b29240f362 Code coverage (#1235) 4 years ago
ScenarioTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
ScrollBarViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
SizeTests.cs b29240f362 Code coverage (#1235) 4 years ago
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TableViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TextFieldTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 years ago
TextFormatterTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 years ago
TextViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 years ago
UnitTests.csproj f19636ed33 Bump ReportGenerator from 4.8.8 to 4.8.9 4 years ago
ViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 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.