Tig Kindel 38d5e6c2bf Merge pull request #1630 from BDisp/textfield-localization-fix vor 3 Jahren
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) vor 3 Jahren
ApplicationTests.cs da0ea09bed Implementing localization for en-US and pt-PT to the FileDialog. (#1625) vor 3 Jahren
AssemblyInfo.cs c707d1351d Some changes and adding much more unit tests. vor 4 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 4281030361 Changed Button Text property to use override instead of new. (#1622) vor 3 Jahren
CheckboxTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
ClipboardTests.cs 84f79b2326 Fixes #1445. Fixing more the Curses and WSL clipboard. (#1448) vor 3 Jahren
ComboBoxTests.cs 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) vor 3 Jahren
ConsoleDriverTests.cs a9a0d176c1 The KeyPress event must only be used by the most focused view in the ProcessHotKey event. (#1614) vor 3 Jahren
ContextMenuTests.cs 17ed8dbed0 Only allows an open menu bar at a time. vor 3 Jahren
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
DimTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. vor 4 Jahren
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
GraphViewTests.cs a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) 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 a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) vor 3 Jahren
PanelViewTests.cs 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) vor 3 Jahren
PointTests.cs b29240f362 Code coverage (#1235) vor 4 Jahren
PosTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 1557f7a71e Fixes ComboBox text and list if the height is equal to one. (#1606) vor 3 Jahren
ScrollBarViewTests.cs b200763a3f Fixes #1387. Allowing the UnitTests project to test internal keywords. vor 4 Jahren
ScrollViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 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 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) vor 4 Jahren
TabViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown vor 4 Jahren
TableViewTests.cs 7e04e31953 Table scroll fix (#1627) vor 3 Jahren
TextFieldTests.cs a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) vor 3 Jahren
TextFormatterTests.cs d60aed79e4 Autocomplete for TextView (#1406) vor 4 Jahren
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute vor 4 Jahren
TextViewTests.cs e3b62cff38 Implementing undo/redo to back tab key. (#1608) vor 3 Jahren
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
ToplevelTests.cs 0be59c9bc5 Fixes FileSystemWatcher exception on Linux. (#1600) vor 3 Jahren
TreeViewTests.cs 8d8025329e Added Attributes tests; balanced Application.Init/Shutdown vor 4 Jahren
UnitTests.csproj 6210c4e45d Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#1598) vor 3 Jahren
ViewTests.cs a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) 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.