tznind 7af2763f43 Added method RebuildTree 4 jaren geleden
..
ApplicationTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
ConsoleDriverTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
DimTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
MainLoopTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 jaren geleden
PosTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
README.md bdd4b45dd2 added readme for unit tests 5 jaren geleden
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 jaren geleden
ResponderTests.cs da54dece1f dealt with Removed 5 jaren geleden
ScenarioTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 jaren geleden
TextFormatterTests.cs 0fb29368cd Non printable character now returns -1 on Rune.ColumnWidth and ConsoleWidth. 4 jaren geleden
TreeViewTests.cs 7af2763f43 Added method RebuildTree 4 jaren geleden
UnitTests.csproj 9c0a8529a6 Fixed build warnings and ensured tests run 4 jaren geleden
ViewTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 jaren geleden
xunit.runner.json 8730ac6f37 first unit tests 5 jaren geleden

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.