BDisp caa43eb371 Fixes #743. Added View argument to the Enter and Leave events. 5 tahun lalu
..
ApplicationTests.cs 1edf8189e1 added mainloop tests and updated others 5 tahun lalu
ConsoleDriverTests.cs f8d235a426 enabled posdim tests 5 tahun lalu
DimTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 tahun lalu
MainLoopTests.cs 1edf8189e1 added mainloop tests and updated others 5 tahun lalu
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 tahun lalu
PosTests.cs 7395656afe merge 5 tahun lalu
README.md bdd4b45dd2 added readme for unit tests 5 tahun lalu
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 tahun lalu
ResponderTests.cs caa43eb371 Fixes #743. Added View argument to the Enter and Leave events. 5 tahun lalu
ScenarioTests.cs f4b9d313d8 tweaked scenario tests; minor bug fixes 5 tahun lalu
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 tahun lalu
TextFormatterTests.cs 120991ec5b ready for pr 5 tahun lalu
UnitTests.csproj 49bfe6a6c2 progress...rabbit hole 5 tahun lalu
ViewTests.cs caa43eb371 Fixes #743. Added View argument to the Enter and Leave events. 5 tahun lalu
xunit.runner.json 8730ac6f37 first unit tests 5 tahun lalu

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.