BDisp 66b46851cb Fixes #1327. Fixes TextField backspace and canceling TextChanging. 4 yıl önce
..
ApplicationTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
AssemblyInfo.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 yıl önce
AttributeTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
ClipboardTests.cs ce04eeda86 Added -noprofile option to PowerShell and the clip.exe. 4 yıl önce
ConsoleDriverTests.cs f60458cc6b Fixes #983. Improving clipboard with interaction with the OS. 4 yıl önce
DimTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
GraphViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
MainLoopTests.cs c2d0a28c86 Fixes #1307 MainLoop timeouts duplicate keys error. (#1308) 4 yıl önce
PointTests.cs b29240f362 Code coverage (#1235) 4 yıl önce
PosTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
README.md bdd4b45dd2 added readme for unit tests 5 yıl önce
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 yıl önce
ResponderTests.cs b29240f362 Code coverage (#1235) 4 yıl önce
ScenarioTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
ScrollBarViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
SizeTests.cs b29240f362 Code coverage (#1235) 4 yıl önce
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
TableViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
TextFieldTests.cs 66b46851cb Fixes #1327. Fixes TextField backspace and canceling TextChanging. 4 yıl önce
TextFormatterTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 yıl önce
TextViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
UnitTests.csproj f19636ed33 Bump ReportGenerator from 4.8.8 to 4.8.9 4 yıl önce
ViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 yıl önce
coverlet.runsettings b29240f362 Code coverage (#1235) 4 yıl önce
xunit.runner.json 8730ac6f37 first unit tests 5 yıl önce

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.