Charlie Kindel 033d03f4a1 trying to get WSL to work vor 2 Jahren
..
AllViewsTests.cs d84ab39ec3 Allows ListView trigger the Enter and Leave events. (#1508) vor 3 Jahren
ApplicationTests.cs 2cfe7e9695 Changed Example to use Run<T> because we need more examples of this vor 2 Jahren
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 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 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) vor 3 Jahren
ButtonTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
CheckboxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
ClipboardTests.cs 033d03f4a1 trying to get WSL to work vor 2 Jahren
CollectionNavigatorTests.cs 1247a129e1 updated unit tests for new 'wrong' key behavior vor 2 Jahren
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) vor 3 Jahren
ComboBoxTests.cs 342130f61c reapplied fixes from 26eabdda6c178329d8cd391e1b0200383b4a1e06 vor 2 Jahren
ConsoleDriverTests.cs f7b73ff4d1 removed duplicate test from TestVKPacket vor 2 Jahren
ContextMenuTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
DialogTests.cs 033d03f4a1 trying to get WSL to work vor 2 Jahren
DimTests.cs 45990d0e87 Fixes 2142. Dim.Combine wasn't calculating well. vor 2 Jahren
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
GraphViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 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 60d116617a Near final fixes? Refactored/renamed stuff vor 2 Jahren
MainLoopTests.cs 04af7d2106 merge develop vor 2 Jahren
MdiTests.cs 34d4caa883 removed remainging #520 comments and re-enabled broken mdi test vor 2 Jahren
MenuTests.cs e7bc9f5ff4 Fixed merge issue vor 2 Jahren
MessageBoxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
PanelViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
PointTests.cs b29240f362 Code coverage (#1235) vor 4 Jahren
PosTests.cs 1136514bf8 Added a Pos.Combine unit test. vor 2 Jahren
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. vor 4 Jahren
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) vor 3 Jahren
RadioGroupTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) vor 4 Jahren
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) vor 3 Jahren
ResponderTests.cs b29754cc5a moves isovverriden to Responder, adds unit tests vor 2 Jahren
RunStateTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests vor 2 Jahren
ScenarioTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests vor 2 Jahren
ScrollBarViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
ScrollViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 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 c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
SynchronizatonContextTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests vor 2 Jahren
TabViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
TableViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 Jahren
TestHelpers.cs ccb8405041 better error handling vor 2 Jahren
TextFieldTests.cs b20483cc68 Change `MouseEvent` to a mutable class (previously struct) and added Handled vor 2 Jahren
TextFormatterTests.cs 436c171478 Fixed System_Rune_ColumnWidth unit test. vor 2 Jahren
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute vor 4 Jahren
TextViewTests.cs 787349e177 Added ContentsChanged event & unit tests. Updated Text.cs Scenario vor 2 Jahren
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) vor 3 Jahren
ToplevelTests.cs 033d03f4a1 trying to get WSL to work vor 2 Jahren
TreeViewTests.cs 368b759eaa Merge branch 'develop' into treeview-desiredCursorVisibility-set-fix vor 2 Jahren
UnitTests.csproj 1a1df3f5cc Bump coverlet.collector from 3.1.2 to 3.2.0 vor 2 Jahren
ViewTests.cs 129d1dd314 merge vor 2 Jahren
WindowTests.cs e02df8c043 Added some more features and bug fixes. vor 3 Jahren
WizardTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests vor 2 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.