BDisp d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 tahun lalu
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 tahun lalu
ApplicationTests.cs 58e7698f4c Fixes #1475. Selection ending with a white space error. (#1478) 3 tahun lalu
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. 4 tahun lalu
AttributeTests.cs 8bfa2f0425 Border feature (#1436) 4 tahun lalu
AutocompleteTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 tahun lalu
BorderTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 tahun lalu
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 tahun lalu
ComboBoxTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 tahun lalu
ConsoleDriverTests.cs 2ef4edd08e NetDriver fixes keys modifiers not reseting and enter key on Windows Terminal. (#1484) 3 tahun lalu
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 tahun lalu
GraphViewTests.cs b5799c3ded Fixed label positions to begin at Margins not just bottom left of screen (#1488) 3 tahun lalu
KeyTests.cs 46aa017ff1 Fixes #1381. Unit tests to demonstrate the Key enum ambiguity check. 4 tahun lalu
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 tahun lalu
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 tahun lalu
PanelViewTests.cs 8bfa2f0425 Border feature (#1436) 4 tahun lalu
PointTests.cs b29240f362 Code coverage (#1235) 4 tahun lalu
PosTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 tahun lalu
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 tahun lalu
README.md bdd4b45dd2 added readme for unit tests 5 tahun lalu
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 tahun lalu
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 tahun lalu
ScenarioTests.cs 138a14746d Using LayoutSubviews to fix the size height hiding first character. 4 tahun lalu
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 tahun lalu
SizeTests.cs b29240f362 Code coverage (#1235) 4 tahun lalu
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 tahun lalu
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 tahun lalu
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 tahun lalu
TableViewTests.cs 29c14876c0 Changed CellColorGetterDelegate to use its own class for args CellColorGetterArgs to future proof the API against breaking changes 4 tahun lalu
TextFieldTests.cs 58e7698f4c Fixes #1475. Selection ending with a white space error. (#1478) 3 tahun lalu
TextFormatterTests.cs d60aed79e4 Autocomplete for TextView (#1406) 4 tahun lalu
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 tahun lalu
TextViewTests.cs 58e7698f4c Fixes #1475. Selection ending with a white space error. (#1478) 3 tahun lalu
ToplevelTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 tahun lalu
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 tahun lalu
UnitTests.csproj 93b142b4bf Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#1497) 3 tahun lalu
ViewTests.cs d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 tahun lalu
coverlet.runsettings b29240f362 Code coverage (#1235) 4 tahun lalu
xunit.runner.json 8730ac6f37 first unit tests 5 tahun lalu

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.