Thomas Nind e60d7f4363 Added IndexOf method to TreeView to allow for keyboard context menus 3 years ago
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 years ago
ApplicationTests.cs 550766dfca Fixed Assert to reference local variables instead of constant values 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 ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) 3 years ago
ButtonTests.cs 4281030361 Changed Button Text property to use override instead of new. (#1622) 3 years ago
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 years ago
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 years ago
ConsoleDriverTests.cs 311acc03df Fixes drivers for wide runes handling which also works on Windows Terminal. 3 years ago
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys 3 years ago
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
GraphViewTests.cs 933a1bda91 Added text direction support for word-wrap and fix draw issues. 3 years ago
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
ListViewTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 years ago
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
MenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys 3 years ago
PanelViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 3 years ago
PointTests.cs b29240f362 Code coverage (#1235) 4 years ago
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 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
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 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 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 years ago
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 years ago
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 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 f96c7001e4 Fixed TableView when redrawing a System.DataTable that has no columns (#1639) 3 years ago
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) 3 years ago
TextFormatterTests.cs 933a1bda91 Added text direction support for word-wrap and fix draw issues. 3 years ago
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 years ago
TextViewTests.cs e3b62cff38 Implementing undo/redo to back tab key. (#1608) 3 years ago
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) 3 years ago
TreeViewTests.cs e60d7f4363 Added IndexOf method to TreeView to allow for keyboard context menus 3 years ago
UnitTests.csproj 7e6da07ba3 Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5 3 years ago
ViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 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.