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

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.