BDisp a7a6886b72 Proves that the ScrollTo and CursorPosition methods work as expected. vor 3 Jahren
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) vor 3 Jahren
ApplicationTests.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) vor 3 Jahren
AssemblyInfo.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) vor 3 Jahren
AttributeTests.cs 8bfa2f0425 Border feature (#1436) vor 4 Jahren
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) vor 3 Jahren
ButtonTests.cs bcc3034db7 Fixes #1812. AutoSize stays true with empty text. (#1824) vor 3 Jahren
CheckboxTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) vor 3 Jahren
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) vor 3 Jahren
ComboBoxTests.cs 4392f450da Fixes unit tests according to the changes. vor 3 Jahren
ConsoleDriverTests.cs 4a338bc693 Fixes #1777 - Dialog button justification. Adds unit tests. (#1782) vor 3 Jahren
ContextMenuTests.cs 4392f450da Fixes unit tests according to the changes. vor 3 Jahren
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
DialogTests.cs 48dbbb05a7 Adds multi-step Wizard view (#1783) vor 3 Jahren
DimTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
GraphViewTests.cs 658d590107 AssertDriverContentsWithFrameAre now returns a true rectangle. vor 3 Jahren
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) vor 4 Jahren
ListViewTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) vor 3 Jahren
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. vor 4 Jahren
MenuTests.cs 63bcd2b1fc Fixes unit test after git rebase. vor 3 Jahren
PanelViewTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
PointTests.cs b29240f362 Code coverage (#1235) vor 4 Jahren
PosTests.cs 4392f450da Fixes unit tests according to the changes. vor 3 Jahren
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. vor 4 Jahren
README.md bdd4b45dd2 added readme for unit tests vor 5 Jahren
RadioGroupTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) vor 4 Jahren
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) vor 4 Jahren
ScenarioTests.cs 2f473ae9b7 Simplified Run_All_Scenarios test (#1790) vor 3 Jahren
ScrollBarViewTests.cs 9d1a919ca5 Fixes #1793. ScrollBarView is hiding if the host fit the available space. (#1795) vor 3 Jahren
ScrollViewTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
SizeTests.cs b29240f362 Code coverage (#1235) vor 4 Jahren
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. vor 4 Jahren
StatusBarTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
TabViewTests.cs 38100499a2 Fixes #1846. TabView now clip the draw bounds (#1847) vor 3 Jahren
TableViewTests.cs 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843) vor 3 Jahren
TextFieldTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
TextFormatterTests.cs 4392f450da Fixes unit tests according to the changes. vor 3 Jahren
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute vor 4 Jahren
TextViewTests.cs a7a6886b72 Proves that the ScrollTo and CursorPosition methods work as expected. vor 3 Jahren
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
ToplevelTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
TreeViewTests.cs 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component vor 3 Jahren
UnitTests.csproj 07ce68cd0f Updated version numbers vor 3 Jahren
ViewTests.cs 4392f450da Fixes unit tests according to the changes. vor 3 Jahren
WindowTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
WizardTests.cs 492966048c Fixes #1849. Wizard as non-popup is broken (#1853) vor 3 Jahren
coverlet.runsettings b29240f362 Code coverage (#1235) vor 4 Jahren
xunit.runner.json 8730ac6f37 first unit tests vor 5 Jahren

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.