Nikita Tsukanov
84ff532031
Dont sign tests
6 years ago
Nikita Tsukanov
84734f22e4
Disable strong name signing until SharpGen issue is resolved
6 years ago
Andrey Kunchev
9a4e86e936
add one more unit test for selection
6 years ago
artyom
02bdbd5823
Properly handle context initialization
6 years ago
artyom
f2cb6d7557
TwoWay DataContext and ViewModel sync
6 years ago
artyom
6f45631036
Remove the runtime XAML loader from the tests
6 years ago
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
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
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
oliver.holliday@lontra.co.uk
8bb8f3c79f
Add Skia support for Conic Gradients. Add a place holder implementation for Direct2D using SolidColorBrushImpl.
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