Jocelyn NATALI 09b8ce64da Add ColorPicker Control. (#1668) há 3 anos atrás
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) há 3 anos atrás
ApplicationTests.cs ad2b5a9ba2 Removed AlwaysSetPosition and fix some wide runes issue. há 3 anos atrás
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. há 4 anos atrás
AttributeTests.cs 8bfa2f0425 Border feature (#1436) há 4 anos atrás
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) há 3 anos atrás
ButtonTests.cs 4281030361 Changed Button Text property to use override instead of new. (#1622) há 3 anos atrás
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) há 3 anos atrás
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) há 3 anos atrás
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) há 3 anos atrás
ConsoleDriverTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. há 3 anos atrás
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys há 3 anos atrás
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. há 4 anos atrás
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
GraphViewTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. há 3 anos atrás
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) há 4 anos atrás
ListViewTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) há 3 anos atrás
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. há 4 anos atrás
MenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys há 3 anos atrás
PanelViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. há 3 anos atrás
PointTests.cs b29240f362 Code coverage (#1235) há 4 anos atrás
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. há 4 anos atrás
README.md bdd4b45dd2 added readme for unit tests há 5 anos atrás
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) há 4 anos atrás
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) há 4 anos atrás
ScenarioTests.cs c8db4ff88b Still trying to fix the Run_All_Scenarios unit test. há 3 anos atrás
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. há 4 anos atrás
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
SizeTests.cs b29240f362 Code coverage (#1235) há 4 anos atrás
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. há 4 anos atrás
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) há 4 anos atrás
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown há 4 anos atrás
TableViewTests.cs f96c7001e4 Fixed TableView when redrawing a System.DataTable that has no columns (#1639) há 3 anos atrás
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) há 3 anos atrás
TextFormatterTests.cs 933a1bda91 Added text direction support for word-wrap and fix draw issues. há 3 anos atrás
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute há 4 anos atrás
TextViewTests.cs 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. há 3 anos atrás
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) há 3 anos atrás
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) há 3 anos atrás
TreeViewTests.cs 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component há 3 anos atrás
UnitTests.csproj 970052012f Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 há 3 anos atrás
ViewTests.cs e941169dad Fixes the draw clip bounds issue visible on ScrollView. há 3 anos atrás
coverlet.runsettings b29240f362 Code coverage (#1235) há 4 anos atrás
xunit.runner.json 8730ac6f37 first unit tests há 5 anos atrás

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.