BDisp 31082c001c Added SplitNewLine method to the TextFormatter. (#1982) 3 rokov pred
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 rokov pred
ApplicationTests.cs dc99fb354f Fix: The synchronization context method Send is now blocking (#1854) 3 rokov pred
AssemblyInfo.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) 3 rokov pred
AttributeTests.cs 8bfa2f0425 Border feature (#1436) 4 rokov pred
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
BorderTests.cs 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) 3 rokov pred
ButtonTests.cs bcc3034db7 Fixes #1812. AutoSize stays true with empty text. (#1824) 3 rokov pred
CheckboxTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) 3 rokov pred
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) 3 rokov pred
ComboBoxTests.cs 4392f450da Fixes unit tests according to the changes. 3 rokov pred
ConsoleDriverTests.cs 4a338bc693 Fixes #1777 - Dialog button justification. Adds unit tests. (#1782) 3 rokov pred
ContextMenuTests.cs 13948501d5 Fixes #1973. Avoid positioning Submenus off screen. (#1975) 3 rokov pred
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
DialogTests.cs 48dbbb05a7 Adds multi-step Wizard view (#1783) 3 rokov pred
DimTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
GraphViewTests.cs 658d590107 AssertDriverContentsWithFrameAre now returns a true rectangle. 3 rokov pred
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 rokov pred
ListViewTests.cs 8a90453bb2 Fixes #1962 - Change KeyBindings to allow chaining commands (#1966) 3 rokov pred
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. 4 rokov pred
MenuTests.cs 13948501d5 Fixes #1973. Avoid positioning Submenus off screen. (#1975) 3 rokov pred
PanelViewTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
PointTests.cs b29240f362 Code coverage (#1235) 4 rokov pred
PosTests.cs 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 rokov pred
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 rokov pred
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 rokov pred
RadioGroupTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 rokov pred
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 rokov pred
ScenarioTests.cs 2f473ae9b7 Simplified Run_All_Scenarios test (#1790) 3 rokov pred
ScrollBarViewTests.cs a23c1bee19 Fixes #1925. Preserve trailing spaces on word wrap must be refactored… (#1929) 3 rokov pred
ScrollViewTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
SizeTests.cs b29240f362 Code coverage (#1235) 4 rokov pred
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 rokov pred
StatusBarTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
TabViewTests.cs 38100499a2 Fixes #1846. TabView now clip the draw bounds (#1847) 3 rokov pred
TableViewTests.cs 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843) 3 rokov pred
TextFieldTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
TextFormatterTests.cs 31082c001c Added SplitNewLine method to the TextFormatter. (#1982) 3 rokov pred
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 rokov pred
TextViewTests.cs bbbacf4514 Fixes #1963. Only remove one character on backspace when wordwrap is on (#1964) 3 rokov pred
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 rokov pred
ToplevelTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
TreeViewTests.cs 73846b3c32 Fixes #1959: GoToEnd should not fail on an empty TreeView (#1960) 3 rokov pred
UnitTests.csproj c6af956e22 Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#1977) 3 rokov pred
ViewTests.cs 4392f450da Fixes unit tests according to the changes. 3 rokov pred
WindowTests.cs e02df8c043 Added some more features and bug fixes. 3 rokov pred
WizardTests.cs 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 rokov pred
coverlet.runsettings b29240f362 Code coverage (#1235) 4 rokov pred
xunit.runner.json 8730ac6f37 first unit tests 5 rokov pred

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.