Thomas Nind d68a2e8b8c Add horizontal scroll idicators to TableView (#1756) 3 yıl önce
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 yıl önce
ApplicationTests.cs ad2b5a9ba2 Removed AlwaysSetPosition and fix some wide runes issue. 3 yıl önce
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. 4 yıl önce
AttributeTests.cs 8bfa2f0425 Border feature (#1436) 4 yıl önce
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) 3 yıl önce
ButtonTests.cs d99bc42f39 Preventing more Update execution before Initialize. 3 yıl önce
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 yıl önce
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) 3 yıl önce
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 yıl önce
ConsoleDriverTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. 3 yıl önce
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys 3 yıl önce
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 yıl önce
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
GraphViewTests.cs 7f3c26906b Reverting Clear method to use AddRune as initially. 3 yıl önce
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 yıl önce
ListViewTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) 3 yıl önce
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 yıl önce
MenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys 3 yıl önce
PanelViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 3 yıl önce
PointTests.cs b29240f362 Code coverage (#1235) 4 yıl önce
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 yıl önce
README.md bdd4b45dd2 added readme for unit tests 5 yıl önce
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 yıl önce
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 yıl önce
ScenarioTests.cs c8db4ff88b Still trying to fix the Run_All_Scenarios unit test. 3 yıl önce
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 yıl önce
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
SizeTests.cs b29240f362 Code coverage (#1235) 4 yıl önce
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 yıl önce
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 yıl önce
TabViewTests.cs e66e8dc08a Fix thin tabview (#1737) 3 yıl önce
TableViewTests.cs d68a2e8b8c Add horizontal scroll idicators to TableView (#1756) 3 yıl önce
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) 3 yıl önce
TextFormatterTests.cs d99bc42f39 Preventing more Update execution before Initialize. 3 yıl önce
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 yıl önce
TextViewTests.cs 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. 3 yıl önce
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 yıl önce
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) 3 yıl önce
TreeViewTests.cs 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component 3 yıl önce
UnitTests.csproj 2971fc9134 Fixes #769. Include PDB symbols on Nuget (#1747) 3 yıl önce
ViewTests.cs 7f3c26906b Reverting Clear method to use AddRune as initially. 3 yıl önce
coverlet.runsettings b29240f362 Code coverage (#1235) 4 yıl önce
xunit.runner.json 8730ac6f37 first unit tests 5 yıl önce

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.