BDisp ebda977cd5 Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US"); 5 yıl önce
..
ApplicationTests.cs 8730ac6f37 first unit tests 5 yıl önce
ConsoleDriverTests.cs 8730ac6f37 first unit tests 5 yıl önce
DimPosTests.cs ebda977cd5 Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US"); 5 yıl önce
README.md bdd4b45dd2 added readme for unit tests 5 yıl önce
ResponderTests.cs e4fbfc4895 added Responder unit tests 5 yıl önce
UnitTests.csproj 8730ac6f37 first unit tests 5 yıl önce
ViewTests.cs ad6ce4cd82 added View and DimPos tests 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.