Tig Kindel a95e06c15d Fixes #1741. Use gitversion instead of minver (#1746) hace 3 años
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) hace 3 años
ApplicationTests.cs ad2b5a9ba2 Removed AlwaysSetPosition and fix some wide runes issue. hace 3 años
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. hace 4 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 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) hace 3 años
ButtonTests.cs d99bc42f39 Preventing more Update execution before Initialize. hace 3 años
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) hace 3 años
ConsoleDriverTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. hace 3 años
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys hace 3 años
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. hace 4 años
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
GraphViewTests.cs 7f3c26906b Reverting Clear method to use AddRune as initially. 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 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) hace 3 años
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. hace 4 años
MenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys hace 3 años
PanelViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. hace 3 años
PointTests.cs b29240f362 Code coverage (#1235) hace 4 años
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 bdd4b45dd2 added readme for unit tests hace 5 años
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 c8db4ff88b Still trying to fix the Run_All_Scenarios unit test. hace 3 años
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. hace 4 años
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) hace 4 años
TabViewTests.cs e66e8dc08a Fix thin tabview (#1737) hace 3 años
TableViewTests.cs f96c7001e4 Fixed TableView when redrawing a System.DataTable that has no columns (#1639) hace 3 años
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) hace 3 años
TextFormatterTests.cs d99bc42f39 Preventing more Update execution before Initialize. hace 3 años
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute hace 4 años
TextViewTests.cs 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. hace 3 años
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) hace 3 años
TreeViewTests.cs 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component hace 3 años
UnitTests.csproj a95e06c15d Fixes #1741. Use gitversion instead of minver (#1746) hace 3 años
ViewTests.cs 7f3c26906b Reverting Clear method to use AddRune as initially. 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.