Andrey Kunchev
9a4e86e936
add one more unit test for selection
6 years ago
Giuseppe Lippolis
c98918bc2a
Update tests
6 years ago
Nikita Tsukanov
70aef2b17e
We can't randomly reference ReactiveUI anymore due to its maintainer's religious views
6 years ago
Andrey Kunchev
fb1c7fdcbe
add failing test for issue #4875
6 years ago
Steven Kirk
41050b6742
Added some tests for Rectangle and Ellipse.
Because these classes override the base `Shape` layout.
6 years ago
Steven Kirk
10b6cfc011
Reserve all of arrange rect.
6 years ago
Steven Kirk
9f8f4b224f
Provide a RenderInterface for controls which use shapes.
6 years ago
Steven Kirk
93f215d8ea
More tests for #4822 .
Tested WPF's `Path` to confirm expected results: https://github.com/wieslawsoltes/WpfUnitTests
6 years ago
Andrey Kunchev
d631474ddf
add failing test for autoscroll to selected item in listbox #4855
6 years ago
Steven Kirk
94b6f133ea
Added failing test for #4822 .
6 years ago
Dan Walmsley
8f40596546
fix nits
6 years ago
amwx
952c53cdff
Add tests
6 years ago
Dan Walmsley
5a675a073f
fix test.
6 years ago
Dan Walmsley
a4e4d6469d
fix nit in test
6 years ago
Dan Walmsley
4ca07974af
remove line that doesnt do anything.
6 years ago
Dan Walmsley
0bb91da495
fix test.
6 years ago
Dan Walmsley
f97d43e765
add failing unit test.
6 years ago
Giuseppe Lippolis
9425ca8420
fixed test
6 years ago
Giuseppe Lippolis
f24b6b4047
Add Test
6 years ago
amwx
52075d6cd9
Fix Test
6 years ago
Kir-Antipov
997385eab7
Made test for AutoCompleteBox.ItemSelector
6 years ago
Kir-Antipov
7481aea606
Removed AutoCompleteMode enum
6 years ago
Steven Kirk
73ffcf4648
Added failing tests simulating tabstrip/carousel pair.
6 years ago
Kir-Antipov
0fa3350a9d
Made tests for the AutoCompleteMode and TextSelector properties
6 years ago
Steven Kirk
14f314341e
Fix scrolling to selection.
A few `AutoScrollToSelectedItem` improvements:
- Scroll to current selected item when it's set to true
- Scroll to current selected item when list first displayed
- Scroll to current selected item when attached to visual tree if the selection was changed while it wasn't attached
Fixes #4100
6 years ago
Steven Kirk
9e0c92c630
Raise SelectedItems property changed events.
6 years ago
Steven Kirk
517a52f988
Failing tests for SelectedItems property changed events.
6 years ago
Steven Kirk
faaa8f28e9
Added failing tests for #4048 .
6 years ago
Steven Kirk
b73ba99077
Reafactor SelectingItemsControl selection.
- Remove `SelectedItemsSync` and store `SelectedItems` in a new `InternalSelectionModel`
- Store transient `SelectingItemsControl` state in an `UpdateState` object
Fixes #4272
6 years ago
Steven Kirk
22580652fa
More failing SelectionModel tests.
6 years ago
Steven Kirk
d84a98f65a
Added failing test for #4272 .
6 years ago
Steven Kirk
f4017162cd
Add additional failing test for #4654 .
6 years ago
Steven Kirk
10b3c88092
Added failing SelectedItem/Index property changed tests.
6 years ago
Steven Kirk
a0dfa32ba5
Added failing test for #4654 .
6 years ago
amwx
05c6978617
Try to get test to pass on CI
6 years ago
amwx
4e2dc7f5db
Add test
6 years ago
Przemysław Onak
db98c340d6
Add test to check if popup is displayed correctly after window is shown
6 years ago
Przemysław Onak
de5dd5096e
Schedule opening popup if cannot be opened right now
6 years ago
Steven Kirk
525dbbb2e7
Addeding failing selection tests.
6 years ago
Steven Kirk
4330451d2c
Added tests for CollectionChangedEventManager.
Including a failing test: `Receives_Events_From_Wrapped_Collection`.
6 years ago
Dan Walmsley
5580e0f54b
add failing unit test.
6 years ago
Dan Walmsley
08c451c676
add a failing unit test.
6 years ago
Steven Kirk
a078974eba
Implement changing selection mode.
6 years ago
Steven Kirk
2f7cc3b79d
Fix bad grammar.
6 years ago
Steven Kirk
e4f03fdf79
Fix working with collections of value types.
`IEnumerable<T>` is not covariant for value types, so we need to use the non-generic `IEnumerable` everywhere under the hood to ensure we can work with both value and reference types.
6 years ago
Steven Kirk
9c8376348c
Make remaining tests pass.
6 years ago
Steven Kirk
bfbf58dfd0
Adjust expected output.
6 years ago
Steven Kirk
06390d42ee
Restore selection on reset.
6 years ago
Steven Kirk
923fd361e4
Refactor SelectedItemsSync.
6 years ago
Steven Kirk
55cbf4a8df
Unskip tests we can handle now.
6 years ago