BDisp a492a52d79 Fixes #1291. Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute. (#1292) 4 years ago
..
ApplicationTests.cs 5b490a8c8f Fixes #1266. Using Ctrl+PageUp/PageDown to allowing navigate through windows. (#1283) 4 years ago
AssemblyInfo.cs b29240f362 Code coverage (#1235) 4 years ago
ConsoleDriverTests.cs c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 years ago
DimTests.cs a492a52d79 Fixes #1291. Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute. (#1292) 4 years ago
GraphViewTests.cs a8628e7c28 Feature/graphs (#1201) 4 years ago
MainLoopTests.cs b29240f362 Code coverage (#1235) 4 years ago
PointTests.cs b29240f362 Code coverage (#1235) 4 years ago
PosTests.cs a492a52d79 Fixes #1291. Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute. (#1292) 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 b29240f362 Code coverage (#1235) 4 years ago
ScrollBarViewTests.cs b29240f362 Code coverage (#1235) 4 years ago
SizeTests.cs b29240f362 Code coverage (#1235) 4 years ago
TabViewTests.cs a8628e7c28 Feature/graphs (#1201) 4 years ago
TableViewTests.cs a8628e7c28 Feature/graphs (#1201) 4 years ago
TextFieldTests.cs b29240f362 Code coverage (#1235) 4 years ago
TextFormatterTests.cs c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 years ago
TextValidateFieldTests.cs 028e7e5bf2 TextValidateField reimplementation without generics (#1261) 4 years ago
TextViewTests.cs c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 years ago
TreeViewTests.cs a8628e7c28 Feature/graphs (#1201) 4 years ago
UnitTests.csproj 8d164cd02f Bump ReportGenerator from 4.8.7 to 4.8.8 (#1247) 4 years ago
ViewTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 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.