Giuseppe Lippolis
c98918bc2a
Update tests
6 years ago
Andrey Kunchev
21fadbedd6
add tests for text issue:4866
6 years ago
Nikita Tsukanov
70aef2b17e
We can't randomly reference ReactiveUI anymore due to its maintainer's religious views
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
67215a8590
Removed outdated tests.
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
Nikita Tsukanov
e4505ce861
Strong name support
6 years ago
Benedikt Schroeder
cb6785e700
Properly handle multiple line breaks
6 years ago
Dan Walmsley
8f40596546
fix nits
6 years ago
amwx
952c53cdff
Add tests
6 years ago
Andrey Kunchev
14b2618798
enable back the test for text Wrapping
6 years ago
Andrey Kunchev
0f81b0fc93
add failing test for formatter for #4806
6 years ago
Andrey Kunchev
07b48075ce
add failing test for #4806 (skip it for now as it's deadlock)
6 years ago
Dan Walmsley
5a675a073f
fix test.
6 years ago
Dan Walmsley
a4e4d6469d
fix nit in test
6 years ago
Nikita Tsukanov
7c250bba7f
Added optimized Blit method for render layers
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
Benedikt Schroeder
cde3c7227f
Add a test for GlyphRun.FindGlyphIndex
6 years ago
Giuseppe Lippolis
9425ca8420
fixed test
6 years ago
Giuseppe Lippolis
f24b6b4047
Add Test
6 years ago
oliver.holliday@lontra.co.uk
4f671b606b
Fix stop-offsets being relative to the wrong point after reversal. Copy arrays manually instead of using Linq to resolve PR comment.
6 years ago
oliver.holliday@lontra.co.uk
0d9905c051
Add expected test files
6 years ago
oliver.holliday@lontra.co.uk
38a6ea99ac
Add new tests for RadialGradient with GradientOffset handling. Fix implementation of Skia renderer to match Direct2d version.
6 years ago
Dariusz Komosiński
00dbf12cee
Remove not needed code.
6 years ago
Dariusz Komosiński
8555fed86b
Add failing tests for #4733 and fix property accessor.
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
Kieran Devlin
f3e0863f52
Updated exception type for validation exceptions so that DataValidationErrors can extract the user friendly message.
6 years ago
Benedikt Schroeder
c2fad766e5
Rework GlyphRun BaselineOrigin
6 years ago
Steven Kirk
3f47f6dba3
Added failing test for AvaloniaList.CopyTo.
`Can_CopyTo_Array_Of_Same_Type` passes but `Can_CopyTo_Array_Of_Base_Type` fails.
6 years ago
José Pedro
32fe0e60a7
Use typed property changed args instead of changing handler args type.
6 years ago
Steven Kirk
73ffcf4648
Added failing tests simulating tabstrip/carousel pair.
6 years ago
Maksym Katsydan
92f1c06a96
Update DataGrid tests
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
artyom
6275a1ca27
Don't test code that is generated at nukebuild time
6 years ago
Steven Kirk
f4017162cd
Add additional failing test for #4654 .
6 years ago