Charlie Kindel 535f7e63f9 merge with master 5 vuotta sitten
..
ApplicationTests.cs 1edf8189e1 added mainloop tests and updated others 5 vuotta sitten
ConsoleDriverTests.cs f8d235a426 enabled posdim tests 5 vuotta sitten
DimTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 vuotta sitten
MainLoopTests.cs 1edf8189e1 added mainloop tests and updated others 5 vuotta sitten
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 vuotta sitten
PosTests.cs 7395656afe merge 5 vuotta sitten
README.md bdd4b45dd2 added readme for unit tests 5 vuotta sitten
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 vuotta sitten
ResponderTests.cs f8d235a426 enabled posdim tests 5 vuotta sitten
ScenarioTests.cs f4b9d313d8 tweaked scenario tests; minor bug fixes 5 vuotta sitten
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 vuotta sitten
TextFormatterTests.cs 49bfe6a6c2 progress...rabbit hole 5 vuotta sitten
UnitTests.csproj 49bfe6a6c2 progress...rabbit hole 5 vuotta sitten
ViewTests.cs a08a411a91 crazy refactoring 5 vuotta sitten
xunit.runner.json 8730ac6f37 first unit tests 5 vuotta sitten

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.