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

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.