Charlie Kindel 2cfe7e9695 Changed Example to use Run<T> because we need more examples of this il y a 2 ans
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) il y a 3 ans
ApplicationTests.cs 2cfe7e9695 Changed Example to use Run<T> because we need more examples of this il y a 2 ans
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
AttributeTests.cs 8bfa2f0425 Border feature (#1436) il y a 4 ans
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
BorderTests.cs 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) il y a 3 ans
ButtonTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
CheckboxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
ClipboardTests.cs 17b98ad294 lock cannot have a null argument and sometime the Clipboard.Contents is null. il y a 2 ans
CollectionNavigatorTests.cs 1247a129e1 updated unit tests for new 'wrong' key behavior il y a 2 ans
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) il y a 3 ans
ComboBoxTests.cs 342130f61c reapplied fixes from 26eabdda6c178329d8cd391e1b0200383b4a1e06 il y a 2 ans
ConsoleDriverTests.cs da76bc230b Merge pull request #2032 from tznind/vkpacket il y a 2 ans
ContextMenuTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
DialogTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
DimTests.cs 45990d0e87 Fixes 2142. Dim.Combine wasn't calculating well. il y a 2 ans
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
GraphViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
HexViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
KeyTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
LineViewTests.cs 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) il y a 4 ans
ListViewTests.cs 60d116617a Near final fixes? Refactored/renamed stuff il y a 2 ans
MainLoopTests.cs 04af7d2106 merge develop il y a 2 ans
MdiTests.cs 34d4caa883 removed remainging #520 comments and re-enabled broken mdi test il y a 2 ans
MenuTests.cs e7bc9f5ff4 Fixed merge issue il y a 2 ans
MessageBoxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
PanelViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
PointTests.cs b29240f362 Code coverage (#1235) il y a 4 ans
PosTests.cs 1136514bf8 Added a Pos.Combine unit test. il y a 2 ans
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. il y a 4 ans
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) il y a 3 ans
RadioGroupTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) il y a 4 ans
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) il y a 3 ans
ResponderTests.cs b29754cc5a moves isovverriden to Responder, adds unit tests il y a 2 ans
RunStateTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests il y a 2 ans
ScenarioTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests il y a 2 ans
ScrollBarViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
ScrollViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
SizeTests.cs b29240f362 Code coverage (#1235) il y a 4 ans
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. il y a 4 ans
StatusBarTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
SynchronizatonContextTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests il y a 2 ans
TabViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
TableViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
TestHelpers.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
TextFieldTests.cs b20483cc68 Change `MouseEvent` to a mutable class (previously struct) and added Handled il y a 2 ans
TextFormatterTests.cs 436c171478 Fixed System_Rune_ColumnWidth unit test. il y a 2 ans
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute il y a 4 ans
TextViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) il y a 3 ans
ToplevelTests.cs 5472c9469e Fixes KeyBindings_Command_With_MdiTop unit test. il y a 2 ans
TreeViewTests.cs 368b759eaa Merge branch 'develop' into treeview-desiredCursorVisibility-set-fix il y a 2 ans
UnitTests.csproj 1a1df3f5cc Bump coverlet.collector from 3.1.2 to 3.2.0 il y a 2 ans
ViewTests.cs 129d1dd314 merge il y a 2 ans
WindowTests.cs e02df8c043 Added some more features and bug fixes. il y a 3 ans
WizardTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests il y a 2 ans
coverlet.runsettings b29240f362 Code coverage (#1235) il y a 4 ans
xunit.runner.json 8730ac6f37 first unit tests il y a 5 ans

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.