Charlie Kindel 9d088f87ec fixed a wide-unicode bug 5 yıl önce
..
ApplicationTests.cs 254131b8c6 removed DEBUG by renaming #define 5 yıl önce
ConsoleDriverTests.cs f8d235a426 enabled posdim tests 5 yıl önce
DimTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 yıl önce
MainLoopTests.cs fc00bc223f changed timout tolerance to 100ms - tests failed in CI/CD 5 yıl önce
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 yıl önce
PosTests.cs 7395656afe merge 5 yıl önce
README.md bdd4b45dd2 added readme for unit tests 5 yıl önce
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 yıl önce
ResponderTests.cs da54dece1f dealt with Removed 5 yıl önce
ScenarioTests.cs da54dece1f dealt with Removed 5 yıl önce
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 yıl önce
TextFormatterTests.cs 9d088f87ec fixed a wide-unicode bug 5 yıl önce
UnitTests.csproj 9ef9eb95a3 merge after massive PR merge 5 yıl önce
ViewTests.cs 315b93726c Revert "Fixed for dynamically added view." 5 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.