BDisp 9b66ad5cfd Added more unit tests to Pos and Dim. 5 lat temu
..
ApplicationTests.cs dce2a0304e Fixed Unit Test based on the changes. 5 lat temu
ConsoleDriverTests.cs d6f9e0a832 Fixed more unit tests. 5 lat temu
DimTests.cs 9b66ad5cfd Added more unit tests to Pos and Dim. 5 lat temu
MainLoopTests.cs fc00bc223f changed timout tolerance to 100ms - tests failed in CI/CD 5 lat temu
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 lat temu
PosTests.cs 9b66ad5cfd Added more unit tests to Pos and Dim. 5 lat temu
README.md bdd4b45dd2 added readme for unit tests 5 lat temu
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 lat temu
ResponderTests.cs da54dece1f dealt with Removed 5 lat temu
ScenarioTests.cs dce2a0304e Fixed Unit Test based on the changes. 5 lat temu
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 lat temu
TextFormatterTests.cs 746cdc262d Fixing TextFormatter unit test. 5 lat temu
UnitTests.csproj 9ef9eb95a3 merge after massive PR merge 5 lat temu
ViewTests.cs c597d601a3 Added more conditions to sure it act as expected. 5 lat temu
xunit.runner.json 8730ac6f37 first unit tests 5 lat temu

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.