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

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.