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

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.