BDisp c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 năm trước cách đây
..
ApplicationTests.cs 5b490a8c8f Fixes #1266. Using Ctrl+PageUp/PageDown to allowing navigate through windows. (#1283) 4 năm trước cách đây
AssemblyInfo.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
ConsoleDriverTests.cs c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 năm trước cách đây
DimTests.cs a492a52d79 Fixes #1291. Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute. (#1292) 4 năm trước cách đây
GraphViewTests.cs fe9c984d5c Changed Console.WriteLine to ITestOutputHelper in tests (#1305) 4 năm trước cách đây
MainLoopTests.cs c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 năm trước cách đây
PointTests.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
PosTests.cs a492a52d79 Fixes #1291. Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute. (#1292) 4 năm trước cách đây
README.md bdd4b45dd2 added readme for unit tests 5 năm trước cách đây
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 năm trước cách đây
ResponderTests.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
ScenarioTests.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
ScrollBarViewTests.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
SizeTests.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
TabViewTests.cs a8628e7c28 Feature/graphs (#1201) 4 năm trước cách đây
TableViewTests.cs fe9c984d5c Changed Console.WriteLine to ITestOutputHelper in tests (#1305) 4 năm trước cách đây
TextFieldTests.cs b29240f362 Code coverage (#1235) 4 năm trước cách đây
TextFormatterTests.cs c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 năm trước cách đây
TextValidateFieldTests.cs 028e7e5bf2 TextValidateField reimplementation without generics (#1261) 4 năm trước cách đây
TextViewTests.cs c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 năm trước cách đây
TreeViewTests.cs a8628e7c28 Feature/graphs (#1201) 4 năm trước cách đây
UnitTests.csproj 8d164cd02f Bump ReportGenerator from 4.8.7 to 4.8.8 (#1247) 4 năm trước cách đây
ViewTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 năm trước cách đây
coverlet.runsettings b29240f362 Code coverage (#1235) 4 năm trước cách đây
xunit.runner.json 8730ac6f37 first unit tests 5 năm trước cách đây

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.