Tig 0d183c2437 Merge pull request #2206 from tig/fixes_2205_fakeclipboard 2 年 前
..
AllViewsTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
ApplicationTests.cs 3307e84e3a Support unittest with Release Builds 2 年 前
AssemblyInfo.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
AttributeTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
AutocompleteTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 年 前
BorderTests.cs 49e2b95625 Fixes #1861. Border: Title property is preferable to Text. (#1862) 3 年 前
ButtonTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
CheckboxTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
ClipboardTests.cs 57ae2bac5b fixed cr/lf issue 2 年 前
CollectionNavigatorTests.cs 1247a129e1 updated unit tests for new 'wrong' key behavior 2 年 前
ColorPickerTests.cs 09b8ce64da Add ColorPicker Control. (#1668) 3 年 前
ComboBoxTests.cs 342130f61c reapplied fixes from 26eabdda6c178329d8cd391e1b0200383b4a1e06 2 年 前
ConsoleDriverTests.cs eb8cb4408d misc changed done before I went on holiday 2 年 前
ContextMenuTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
DateFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 年 前
DialogTests.cs a0b36d3457 merged develop 2 年 前
DimTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
FrameViewTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 年 前
GraphViewTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
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 60d116617a Near final fixes? Refactored/renamed stuff 2 年 前
MainLoopTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
MdiTests.cs 3307e84e3a Support unittest with Release Builds 2 年 前
MenuTests.cs 1b9b50dd12 merge develop branch 2 年 前
MessageBoxTests.cs 828ab61ff0 Fixes #2216. MessageBox default width should be proportional for smaller screens. 2 年 前
PanelViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
PointTests.cs b29240f362 Code coverage (#1235) 4 年 前
PosTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
ProgressBarTests.cs bb4bbcba1e Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar. 4 年 前
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) 3 年 前
RadioGroupTests.cs 8d44217c8a Fixes #2222. RadioGroup first upper case and ProcessColdKey is not working well. 2 年 前
RectTests.cs 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 年 前
ReflectionTools.cs 75c0160d96 Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000) 2 年 前
ResponderTests.cs b29754cc5a moves isovverriden to Responder, adds unit tests 2 年 前
RunStateTests.cs 3307e84e3a Support unittest with Release Builds 2 年 前
ScenarioTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
ScrollBarViewTests.cs 3c67185db9 Removed duplicate code - based otehr InitShutdown attributes on base 2 年 前
ScrollViewTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
SizeTests.cs b29240f362 Code coverage (#1235) 4 年 前
StackExtensionsTests.cs c707d1351d Some changes and adding much more unit tests. 4 年 前
StatusBarTests.cs a0b36d3457 merged develop 2 年 前
SynchronizatonContextTests.cs bf1ed31281 Refactored UI Catalog and added tons of unit tests 2 年 前
TabViewTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
TableViewTests.cs 3adfa22f91 Merge pull request #2263 from tznind/full-row-select-home-end 2 年 前
TestHelpers.cs eb8cb4408d misc changed done before I went on holiday 2 年 前
TextFieldTests.cs c65c57590d merge with develop 2 年 前
TextFormatterTests.cs eb8cb4408d misc changed done before I went on holiday 2 年 前
TextValidateFieldTests.cs 4f0049dde8 refactored AutoInitShutdown attribute 4 年 前
TextViewTests.cs c65c57590d merge with develop 2 年 前
TimeFieldTests.cs ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 年 前
ToplevelTests.cs a0b36d3457 merged develop 2 年 前
TreeViewTests.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 年 前
UnitTests.csproj ab7d667217 merge 2 年 前
ViewTests.cs a0b36d3457 merged develop 2 年 前
WindowTests.cs 9e44f0183a Fixes #2226. StatusBar misplaced when window maximized (and occasionally on resize). 2 年 前
WizardTests.cs c1d976c781 refactored AssertDriverContents out of GraphView tests 2 年 前
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.