dependabot[bot] 4c4fa982b7 Bump ReportGenerator from 5.1.2 to 5.1.4 3 年之前
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) 3 年之前
ApplicationTests.cs da0ea09bed Implementing localization for en-US and pt-PT to the FileDialog. (#1625) 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 a9a0d176c1 The KeyPress event must only be used by the most focused view in the ProcessHotKey event. (#1614) 3 年之前
ContextMenuTests.cs 17ed8dbed0 Only allows an open menu bar at a time. 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 a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) 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 a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) 3 年之前
PanelViewTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) 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 d60aed79e4 Autocomplete for TextView (#1406) 4 年之前
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 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown 4 年之前
UnitTests.csproj 4c4fa982b7 Bump ReportGenerator from 5.1.2 to 5.1.4 3 年之前
ViewTests.cs a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) 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.