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

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.