tznind ecfd9c1132 WIP fix TryRemapPacketKey to correctly apply Alt/Ctrl mask 2 tahun lalu
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 tahun lalu
ApplicationTests.cs d542548595 Incremented the sleep timeout. 2 tahun lalu
AssemblyInfo.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) 3 tahun lalu
AttributeTests.cs 8bfa2f0425 Border feature (#1436) 4 tahun lalu
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 tahun lalu
BorderTests.cs 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) 3 tahun lalu
ButtonTests.cs bcc3034db7 Fixes #1812. AutoSize stays true with empty text. (#1824) 3 tahun lalu
CheckboxTests.cs d70966a29c Fixes the justified text not adding the extra spaces. (#2005) 2 tahun lalu
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 tahun lalu
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) 3 tahun lalu
ComboBoxTests.cs b21f203292 Fixes #820. Added HideDropdownListOnClick property. (#1983) 2 tahun lalu
ConsoleDriverTests.cs ecfd9c1132 WIP fix TryRemapPacketKey to correctly apply Alt/Ctrl mask 2 tahun lalu
ContextMenuTests.cs 13948501d5 Fixes #1973. Avoid positioning Submenus off screen. (#1975) 3 tahun lalu
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 tahun lalu
DialogTests.cs 48dbbb05a7 Adds multi-step Wizard view (#1783) 3 tahun lalu
DimTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 tahun lalu
GraphViewTests.cs 658d590107 AssertDriverContentsWithFrameAre now returns a true rectangle. 3 tahun lalu
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 tahun lalu
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 tahun lalu
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 tahun lalu
ListViewTests.cs b21f203292 Fixes #820. Added HideDropdownListOnClick property. (#1983) 2 tahun lalu
MainLoopTests.cs 7ce2109a46 Fixes #2013. Starting having MainLoopTests.InvokeLeakTest failure. (#2016) 2 tahun lalu
MenuTests.cs 13948501d5 Fixes #1973. Avoid positioning Submenus off screen. (#1975) 3 tahun lalu
MessageBoxTests.cs ff1eb9bea1 Fixes #1979. MessageBox.Query not wrapping since 1.7.1 (#1995) 2 tahun lalu
PanelViewTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
PointTests.cs b29240f362 Code coverage (#1235) 4 tahun lalu
PosTests.cs 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 tahun lalu
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 tahun lalu
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 tahun lalu
RadioGroupTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 tahun lalu
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) 2 tahun lalu
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 tahun lalu
ScenarioTests.cs 2f473ae9b7 Simplified Run_All_Scenarios test (#1790) 3 tahun lalu
ScrollBarViewTests.cs 281a849c08 Fixes #2026. Added ClearOnVisibleFalse to flag if the view must be cleared or not. (#2020) 2 tahun lalu
ScrollViewTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
SizeTests.cs b29240f362 Code coverage (#1235) 4 tahun lalu
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 tahun lalu
StatusBarTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
TabViewTests.cs 38100499a2 Fixes #1846. TabView now clip the draw bounds (#1847) 3 tahun lalu
TableViewTests.cs 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843) 3 tahun lalu
TextFieldTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
TextFormatterTests.cs 28718e9c3c Fixes #2002. Added feature to fill the remaining width with spaces. (#2003) 2 tahun lalu
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 tahun lalu
TextViewTests.cs d368215e07 Fixes #1987. Textview insert text newline fix (#1988) 3 tahun lalu
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 tahun lalu
ToplevelTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
TreeViewTests.cs 73846b3c32 Fixes #1959: GoToEnd should not fail on an empty TreeView (#1960) 3 tahun lalu
UnitTests.csproj c983c2e65a Bump ReportGenerator from 5.1.9 to 5.1.10 (#1996) 2 tahun lalu
ViewTests.cs 281a849c08 Fixes #2026. Added ClearOnVisibleFalse to flag if the view must be cleared or not. (#2020) 2 tahun lalu
WindowTests.cs e02df8c043 Added some more features and bug fixes. 3 tahun lalu
WizardTests.cs 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 tahun lalu
coverlet.runsettings b29240f362 Code coverage (#1235) 4 tahun lalu
xunit.runner.json 8730ac6f37 first unit tests 5 tahun lalu

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.