Charlie Kindel 2d5a9d0dbf merge with master 5 年之前
..
ApplicationTests.cs 254131b8c6 removed DEBUG by renaming #define 5 年之前
ConsoleDriverTests.cs f8d235a426 enabled posdim tests 5 年之前
DimTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
MainLoopTests.cs 1edf8189e1 added mainloop tests and updated others 5 年之前
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
PosTests.cs 7395656afe merge 5 年之前
README.md bdd4b45dd2 added readme for unit tests 5 年之前
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
ResponderTests.cs f8d235a426 enabled posdim tests 5 年之前
ScenarioTests.cs 254131b8c6 removed DEBUG by renaming #define 5 年之前
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
UnitTests.csproj 254131b8c6 removed DEBUG by renaming #define 5 年之前
ViewTests.cs 3ab20b658d unit tests for topologicalsort errors 5 年之前
xunit.runner.json 8730ac6f37 first unit tests 5 年之前

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.