tznind b20483cc68 Change `MouseEvent` to a mutable class (previously struct) and added Handled před 2 roky
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) před 3 roky
ApplicationTests.cs 834a942302 Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control. před 2 roky
AssemblyInfo.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) před 3 roky
AttributeTests.cs 8bfa2f0425 Border feature (#1436) před 4 roky
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) před 3 roky
BorderTests.cs 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) před 3 roky
ButtonTests.cs bcc3034db7 Fixes #1812. AutoSize stays true with empty text. (#1824) před 3 roky
CheckboxTests.cs d70966a29c Fixes the justified text not adding the extra spaces. (#2005) před 3 roky
ClipboardTests.cs 17b98ad294 lock cannot have a null argument and sometime the Clipboard.Contents is null. před 2 roky
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) před 3 roky
ComboBoxTests.cs b21f203292 Fixes #820. Added HideDropdownListOnClick property. (#1983) před 3 roky
ConsoleDriverTests.cs 4a338bc693 Fixes #1777 - Dialog button justification. Adds unit tests. (#1782) před 3 roky
ContextMenuTests.cs 834a942302 Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control. před 2 roky
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) před 3 roky
DialogTests.cs 48dbbb05a7 Adds multi-step Wizard view (#1783) před 3 roky
DimTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) před 3 roky
GraphViewTests.cs 658d590107 AssertDriverContentsWithFrameAre now returns a true rectangle. před 3 roky
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) před 3 roky
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) před 3 roky
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) před 4 roky
ListViewTests.cs b21f203292 Fixes #820. Added HideDropdownListOnClick property. (#1983) před 3 roky
MainLoopTests.cs 7ce2109a46 Fixes #2013. Starting having MainLoopTests.InvokeLeakTest failure. (#2016) před 3 roky
MenuTests.cs 13948501d5 Fixes #1973. Avoid positioning Submenus off screen. (#1975) před 3 roky
MessageBoxTests.cs 92dc7f04d4 Fixes #2053. MessageBox.Query still not wrapping with v1.8.0 on windows/net6.0. před 2 roky
PanelViewTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
PointTests.cs b29240f362 Code coverage (#1235) před 4 roky
PosTests.cs 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) před 3 roky
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. před 4 roky
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) před 3 roky
RadioGroupTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) před 4 roky
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) před 3 roky
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) před 4 roky
ScenarioTests.cs 2f473ae9b7 Simplified Run_All_Scenarios test (#1790) před 3 roky
ScrollBarViewTests.cs 10fb8cda63 Replacing to MouseGrabView. před 2 roky
ScrollViewTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
SizeTests.cs b29240f362 Code coverage (#1235) před 4 roky
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. před 4 roky
StatusBarTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
TabViewTests.cs 38100499a2 Fixes #1846. TabView now clip the draw bounds (#1847) před 3 roky
TableViewTests.cs 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843) před 3 roky
TextFieldTests.cs b20483cc68 Change `MouseEvent` to a mutable class (previously struct) and added Handled před 2 roky
TextFormatterTests.cs 28718e9c3c Fixes #2002. Added feature to fill the remaining width with spaces. (#2003) před 3 roky
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute před 4 roky
TextViewTests.cs d368215e07 Fixes #1987. Textview insert text newline fix (#1988) před 3 roky
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) před 3 roky
ToplevelTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
TreeViewTests.cs 73846b3c32 Fixes #1959: GoToEnd should not fail on an empty TreeView (#1960) před 3 roky
UnitTests.csproj 41072af7a2 Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 před 2 roky
ViewTests.cs eaaa636497 Adding a more realistic key down/up event with null key. před 2 roky
WindowTests.cs e02df8c043 Added some more features and bug fixes. před 3 roky
WizardTests.cs 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) před 3 roky
coverlet.runsettings b29240f362 Code coverage (#1235) před 4 roky
xunit.runner.json 8730ac6f37 first unit tests před 5 roky

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.