.. |
AllViewsTests.cs
|
d84ab39ec3
Allows ListView trigger the Enter and Leave events. (#1508)
|
3 роки тому |
ApplicationTests.cs
|
834a942302
Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control.
|
2 роки тому |
AssemblyInfo.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
AttributeTests.cs
|
8bfa2f0425
Border feature (#1436)
|
4 роки тому |
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
|
17b98ad294
lock cannot have a null argument and sometime the Clipboard.Contents is null.
|
2 роки тому |
CollectionNavigatorTests.cs
|
1247a129e1
updated unit tests for new 'wrong' key behavior
|
2 роки тому |
ColorPickerTests.cs
|
09b8ce64da
Add ColorPicker Control. (#1668)
|
3 роки тому |
ComboBoxTests.cs
|
bc617252c4
removed files not having to with this PR
|
2 роки тому |
ConsoleDriverTests.cs
|
da76bc230b
Merge pull request #2032 from tznind/vkpacket
|
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
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
DimTests.cs
|
45990d0e87
Fixes 2142. Dim.Combine wasn't calculating well.
|
2 роки тому |
FrameViewTests.cs
|
ea7981dc59
Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556)
|
3 роки тому |
GraphViewTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
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
|
7ce2109a46
Fixes #2013. Starting having MainLoopTests.InvokeLeakTest failure. (#2016)
|
3 роки тому |
MenuTests.cs
|
e7bc9f5ff4
Fixed merge issue
|
2 роки тому |
MessageBoxTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
PanelViewTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
PointTests.cs
|
b29240f362
Code coverage (#1235)
|
4 роки тому |
PosTests.cs
|
1136514bf8
Added a Pos.Combine unit test.
|
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
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
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)
|
3 роки тому |
ResponderTests.cs
|
b29754cc5a
moves isovverriden to Responder, adds unit tests
|
2 роки тому |
ScenarioTests.cs
|
4893ef7b90
Merge branch 'develop' into unittests_refactor
|
2 роки тому |
ScrollBarViewTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
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
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
TabViewTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
TableViewTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
TestHelpers.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
TextFieldTests.cs
|
b20483cc68
Change `MouseEvent` to a mutable class (previously struct) and added Handled
|
2 роки тому |
TextFormatterTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
TextValidateFieldTests.cs
|
4f0049dde8
refactored AutoInitShutdown attribute
|
4 роки тому |
TextViewTests.cs
|
c1d976c781
refactored AssertDriverContents out of GraphView tests
|
2 роки тому |
TimeFieldTests.cs
|
ea7981dc59
Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556)
|
3 роки тому |
ToplevelTests.cs
|
e02df8c043
Added some more features and bug fixes.
|
3 роки тому |
TreeViewTests.cs
|
368b759eaa
Merge branch 'develop' into treeview-desiredCursorVisibility-set-fix
|
2 роки тому |
UnitTests.csproj
|
1a1df3f5cc
Bump coverlet.collector from 3.1.2 to 3.2.0
|
2 роки тому |
ViewTests.cs
|
bbd32e53e7
removed files not having to with this PR
|
2 роки тому |
WindowTests.cs
|
e02df8c043
Added some more features and bug fixes.
|
3 роки тому |
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 роки тому |