BDisp 0fe512d198 Fixes #1211. Added support to TextView for word based operations Ctrl+Del and Ctrl+Backspace. (#1212) 4 éve
..
ApplicationTests.cs 3ca84f8381 Add tests for #1084 4 éve
ConsoleDriverTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 éve
DimTests.cs e784765094 Fixes #1179. TextView does not copy to the clipboard on deleting. (#1180) 4 éve
MainLoopTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 éve
PointTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 éve
PosTests.cs e784765094 Fixes #1179. TextView does not copy to the clipboard on deleting. (#1180) 4 éve
README.md bdd4b45dd2 added readme for unit tests 5 éve
RectTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 éve
ResponderTests.cs da54dece1f dealt with Removed 5 éve
ScenarioTests.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 éve
ScrollBarViewTests.cs f9f68048a2 The host only need to pass the real sizes and the ScrollBarView automatically consider the extra line and column. 4 éve
SizeTests.cs ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 5 éve
TabViewTests.cs 1f01ff86fd New Control: Tabview (#1137) 4 éve
TableViewTests.cs d988a34444 Added SelectAll, better selection iteration and validation 4 éve
TextFieldTests.cs 28580de3c5 Fixes #1208. Now the selected text is overwritten if SelectedStart is greater than CursorPosition. (#1209) 4 éve
TextFormatterTests.cs 482f9db7da Fixes #1148. TextFormatter.Format does not keep the end spaces on wrapped text. (#1149) 4 éve
TextViewTests.cs 0fe512d198 Fixes #1211. Added support to TextView for word based operations Ctrl+Del and Ctrl+Backspace. (#1212) 4 éve
TreeViewTests.cs 522745f559 Fix #1120 (#1124) 4 éve
UnitTests.csproj b7f91af247 Fixes #1034. The NuGet packages need to be updated. 4 éve
ViewTests.cs 3ab9e1fc27 Fixes #1199. Normalize views constructors and did some typo fixing. (#1200) 4 éve
xunit.runner.json 8730ac6f37 first unit tests 5 éve

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.