BDisp c867d32a13 Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default. (#1779) 3 rokov pred
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 rokov pred
ApplicationTests.cs 68b40a93f1 Exposes APIs to support upcoming Web console feature (#1770) 3 rokov pred
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. 4 rokov pred
AttributeTests.cs 8bfa2f0425 Border feature (#1436) 4 rokov pred
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) 3 rokov pred
ButtonTests.cs efb654e6d9 Fixes #1750. Erroneous suppression of Button Text updates. (#1752) 3 rokov pred
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 rokov pred
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) 3 rokov pred
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 rokov pred
ConsoleDriverTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. 3 rokov pred
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys 3 rokov pred
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
DimTests.cs b33b658f5b Fixes #1769. Supports a minimum view size for non-automatic size views. (#1771) 3 rokov pred
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
GraphViewTests.cs 21210d62db Fixed TableView always showing selected cell(s) even when not focused (#1776) 3 rokov pred
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 rokov pred
ListViewTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 rokov pred
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 rokov pred
MenuTests.cs c867d32a13 Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default. (#1779) 3 rokov pred
PanelViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 3 rokov pred
PointTests.cs b29240f362 Code coverage (#1235) 4 rokov pred
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 rokov pred
README.md bdd4b45dd2 added readme for unit tests 5 rokov pred
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 rokov pred
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 rokov pred
ScenarioTests.cs b33b658f5b Fixes #1769. Supports a minimum view size for non-automatic size views. (#1771) 3 rokov pred
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 rokov pred
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
SizeTests.cs b29240f362 Code coverage (#1235) 4 rokov pred
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 rokov pred
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 rokov pred
TabViewTests.cs e66e8dc08a Fix thin tabview (#1737) 3 rokov pred
TableViewTests.cs 21210d62db Fixed TableView always showing selected cell(s) even when not focused (#1776) 3 rokov pred
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) 3 rokov pred
TextFormatterTests.cs b33b658f5b Fixes #1769. Supports a minimum view size for non-automatic size views. (#1771) 3 rokov pred
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 rokov pred
TextViewTests.cs 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. 3 rokov pred
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) 3 rokov pred
TreeViewTests.cs 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component 3 rokov pred
UnitTests.csproj 07ce68cd0f Updated version numbers 3 rokov pred
ViewTests.cs b33b658f5b Fixes #1769. Supports a minimum view size for non-automatic size views. (#1771) 3 rokov pred
coverlet.runsettings b29240f362 Code coverage (#1235) 4 rokov pred
xunit.runner.json 8730ac6f37 first unit tests 5 rokov pred

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.