BDisp 3160b4c914 Fixes some AutoSize issues with rules. il y a 3 ans
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) il y a 3 ans
ApplicationTests.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) il y a 3 ans
AssemblyInfo.cs 9dc40088bc UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true. (#1789) il y a 3 ans
AttributeTests.cs 8bfa2f0425 Border feature (#1436) il y a 4 ans
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) il y a 3 ans
ButtonTests.cs 83ab85e38c reverted test il y a 3 ans
CheckboxTests.cs 0f759517e5 Fixes #1797. AutoSize is true by default on CheckBox. il y a 3 ans
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) il y a 4 ans
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) il y a 3 ans
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) il y a 3 ans
ConsoleDriverTests.cs 4a338bc693 Fixes #1777 - Dialog button justification. Adds unit tests. (#1782) il y a 3 ans
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys il y a 3 ans
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
DialogTests.cs 48dbbb05a7 Adds multi-step Wizard view (#1783) il y a 3 ans
DimTests.cs 3160b4c914 Fixes some AutoSize issues with rules. il y a 3 ans
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
GraphViewTests.cs 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843) il y a 3 ans
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) il y a 4 ans
ListViewTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) il y a 3 ans
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. il y a 4 ans
MenuTests.cs d84c4b285a Fixes #1825. Parent MenuItem stay focused if child MenuItem is empty. il y a 3 ans
PanelViewTests.cs 3160b4c914 Fixes some AutoSize issues with rules. il y a 3 ans
PointTests.cs b29240f362 Code coverage (#1235) il y a 4 ans
PosTests.cs 3001d43006 Added Pos/Dim Function feature to automate layout. (#1792) il y a 3 ans
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. il y a 4 ans
README.md bdd4b45dd2 added readme for unit tests il y a 5 ans
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) il y a 4 ans
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) il y a 4 ans
ScenarioTests.cs 2f473ae9b7 Simplified Run_All_Scenarios test (#1790) il y a 3 ans
ScrollBarViewTests.cs 9d1a919ca5 Fixes #1793. ScrollBarView is hiding if the host fit the available space. (#1795) il y a 3 ans
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
SizeTests.cs b29240f362 Code coverage (#1235) il y a 4 ans
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. il y a 4 ans
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) il y a 4 ans
TabViewTests.cs 38100499a2 Fixes #1846. TabView now clip the draw bounds (#1847) il y a 3 ans
TableViewTests.cs 367fdd9bad Fix TableView multi selections extending to -1 indexes (#1843) il y a 3 ans
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) il y a 3 ans
TextFormatterTests.cs 3160b4c914 Fixes some AutoSize issues with rules. il y a 3 ans
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute il y a 4 ans
TextViewTests.cs 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. il y a 3 ans
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) il y a 3 ans
TreeViewTests.cs 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component il y a 3 ans
UnitTests.csproj 07ce68cd0f Updated version numbers il y a 3 ans
ViewTests.cs 3160b4c914 Fixes some AutoSize issues with rules. il y a 3 ans
WindowTests.cs 59577feecf Added oldTitle to eventargs and fixed title = null il y a 3 ans
WizardTests.cs c58a6b2691 Fixed #1833 - Finishd button not working il y a 3 ans
coverlet.runsettings b29240f362 Code coverage (#1235) il y a 4 ans
xunit.runner.json 8730ac6f37 first unit tests il y a 5 ans

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.