dependabot[bot] 1a1df3f5cc Bump coverlet.collector from 3.1.2 to 3.2.0 hace 2 años
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) hace 3 años
ApplicationTests.cs 834a942302 Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control. hace 2 años
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 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 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) hace 3 años
ButtonTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
CheckboxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
ClipboardTests.cs 17b98ad294 lock cannot have a null argument and sometime the Clipboard.Contents is null. hace 2 años
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) hace 3 años
ComboBoxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
ConsoleDriverTests.cs da76bc230b Merge pull request #2032 from tznind/vkpacket hace 2 años
ContextMenuTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
DialogTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
DimTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
GraphViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 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 c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
MainLoopTests.cs 7ce2109a46 Fixes #2013. Starting having MainLoopTests.InvokeLeakTest failure. (#2016) hace 3 años
MenuTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
MessageBoxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
PanelViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
PointTests.cs b29240f362 Code coverage (#1235) hace 4 años
PosTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. hace 4 años
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) hace 3 años
RadioGroupTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) hace 4 años
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) hace 3 años
ResponderTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) hace 4 años
ScenarioTests.cs 4893ef7b90 Merge branch 'develop' into unittests_refactor hace 2 años
ScrollBarViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
ScrollViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 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 c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
TabViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
TableViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
TestHelpers.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
TextFieldTests.cs b20483cc68 Change `MouseEvent` to a mutable class (previously struct) and added Handled hace 2 años
TextFormatterTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute hace 4 años
TextViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
ToplevelTests.cs e02df8c043 Added some more features and bug fixes. hace 3 años
TreeViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
UnitTests.csproj 1a1df3f5cc Bump coverlet.collector from 3.1.2 to 3.2.0 hace 2 años
ViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 años
WindowTests.cs e02df8c043 Added some more features and bug fixes. hace 3 años
WizardTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests hace 2 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.