Charlie Kindel f54b0c4849 Merge pull request #745 from BDisp/view-tab-index-feature 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 da54dece1f dealt with Removed 5 年之前
ScenarioTests.cs da54dece1f dealt with Removed 5 年之前
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 年之前
TextFormatterTests.cs a0522be496 tweaks 5 年之前
UnitTests.csproj 9ef9eb95a3 merge after massive PR merge 5 年之前
ViewTests.cs 75d4ff0e7c Added TabIndex and TabStop properties. 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.