tznind db322b27ef Added GoTo method and renamed 'model' parameter where appropriate 4 роки тому
..
ApplicationTests.cs 3ca84f8381 Add tests for #1084 4 роки тому
ConsoleDriverTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 роки тому
DimTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 роки тому
MainLoopTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 роки тому
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 роки тому
PosTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 роки тому
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 bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 роки тому
ScrollBarViewTests.cs f9f68048a2 The host only need to pass the real sizes and the ScrollBarView automatically consider the extra line and column. 4 роки тому
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 роки тому
TableViewTests.cs d988a34444 Added SelectAll, better selection iteration and validation 4 роки тому
TextFormatterTests.cs 0fb29368cd Non printable character now returns -1 on Rune.ColumnWidth and ConsoleWidth. 4 роки тому
TreeViewTests.cs db322b27ef Added GoTo method and renamed 'model' parameter where appropriate 4 роки тому
UnitTests.csproj b7f91af247 Fixes #1034. The NuGet packages need to be updated. 4 роки тому
ViewTests.cs b3850f7f61 Fixing FakeDriver and unit test. 4 роки тому
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.