BDisp 4382a2c2c2 Fixes remaining wide runes render issues. преди 3 години
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) преди 3 години
ApplicationTests.cs 550766dfca Fixed Assert to reference local variables instead of constant values преди 3 години
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. преди 4 години
AttributeTests.cs 8bfa2f0425 Border feature (#1436) преди 4 години
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
BorderTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) преди 3 години
ButtonTests.cs 4281030361 Changed Button Text property to use override instead of new. (#1622) преди 3 години
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) преди 3 години
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) преди 3 години
ConsoleDriverTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. преди 3 години
ContextMenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys преди 3 години
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
GraphViewTests.cs 4382a2c2c2 Fixes remaining wide runes render issues. преди 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 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) преди 3 години
MainLoopTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
MenuTests.cs ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys преди 3 години
PanelViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. преди 3 години
PointTests.cs b29240f362 Code coverage (#1235) преди 4 години
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. преди 4 години
README.md bdd4b45dd2 added readme for unit tests преди 5 години
RadioGroupTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 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 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) преди 3 години
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. преди 4 години
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
SizeTests.cs b29240f362 Code coverage (#1235) преди 4 години
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. преди 4 години
StatusBarTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) преди 4 години
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown преди 4 години
TableViewTests.cs f96c7001e4 Fixed TableView when redrawing a System.DataTable that has no columns (#1639) преди 3 години
TextFieldTests.cs 6374ba5b56 Rootkeyevent (#1635) преди 3 години
TextFormatterTests.cs 933a1bda91 Added text direction support for word-wrap and fix draw issues. преди 3 години
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute преди 4 години
TextViewTests.cs e3b62cff38 Implementing undo/redo to back tab key. (#1608) преди 3 години
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) преди 3 години
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) преди 3 години
TreeViewTests.cs 8e148013ec Added ColorGetter to TreeView преди 3 години
UnitTests.csproj 7e6da07ba3 Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5 преди 3 години
ViewTests.cs a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. преди 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.