Steven Kirk
0cdedaaca5
Added failing transition test.
4 years ago
Steven Kirk
459d195a7a
Added a few more coercion tests (1 failing).
4 years ago
Steven Kirk
fd46119d74
Add failing test for Viewbox DataContext binding.
4 years ago
Giuseppe Lippolis
48c91fbac7
fix: disable NETAnalyzers for tests
4 years ago
Dan Walmsley
253267c821
make host app target netfx / nca 2.0
4 years ago
Dan Walmsley
813476a1a5
fix designer tests.
4 years ago
Giuseppe Lippolis
cb0993b5fc
fix: double declaration OutputType
4 years ago
Giuseppe Lippolis
a763255f3f
fix: revert test changes
4 years ago
Nikita Tsukanov
46e13637ad
Fixed Avalonia.DesignerSupport.TestApp
4 years ago
Dan Walmsley
95ad8cc324
try and make test more reliable.
4 years ago
Steven Kirk
9b2d9be1fa
Correctly unsubscribe animation value entries.
4 years ago
Steven Kirk
20d85df87c
Simplify unset effective value removal.
4 years ago
Steven Kirk
b5891a2ead
Fix bug in ExpressionObserver.
Ensure `rootGetter` is evaluated each time the observer is initialized; plus failing and now passing test.
4 years ago
Giuseppe Lippolis
36cfc43a59
feat: Address CA1820 Rule
4 years ago
Giuseppe Lippolis
ac9cdda48c
fix: Missing CA1802
4 years ago
Steven Kirk
5a604662cb
Don't use Microsoft.Reactive.Testing here.
It's unsuitable for our needs as there's no way to make an observable fire on subscribe.
4 years ago
Benedikt Stebner
a4a24c2fa5
Remove GlyphTypeface.PlatformImpl
4 years ago
Benedikt Stebner
5a5080b1a5
Rework GlyphTypeface
4 years ago
Benedikt Stebner
74fafe3b09
Optimize GlyphRun allocations
4 years ago
Benedikt Stebner
75b3abbdd8
Properly arrange Embedded controls during ArrangeOverride
4 years ago
rabbitism
79cc37e372
feat: add :dropdownopen and :pressed pseudoclass for combobox.
simplify fluent theme combobox default template.
update unit test.
4 years ago
Arhell
4da0ae8dab
update test folder links
4 years ago
Steven Kirk
6ee2c43277
Added failing inheritance test.
4 years ago
Steven Kirk
d34c367409
Make test fail again.
4 years ago
Steven Kirk
b650bb65b2
Added another failing test.
4 years ago
Steven Kirk
fc33707003
Remove tags from style activators.
They're no longer needed.
4 years ago
Steven Kirk
96942a2026
Expose activation state via a method.
Previously, the `IsActive` property caused the activator state to be re-evaluated, which meant that when the _debugger_ read it, it was re-evaluated, making debugging difficult.
4 years ago
Steven Kirk
1730331ae7
Add additional failing test.
4 years ago
Benedikt Stebner
373372fd51
Update to Unicode 15.0
4 years ago
Steven Kirk
ed11b75b81
Added failing animation test.
4 years ago
Steven Kirk
333bcb2d1c
Skip some of the two-way binding tests.
The value store alone cannot fix these tests, as writing back to source in two-way bindings is implemented at a higher level than the value store. We'll need to refactor the way two-way bindings work in a separate PR.
4 years ago
Benedikt Stebner
3e127d70a1
Fix RTL hit testing after bidi mirror changes
4 years ago
Steven Kirk
9367f8b24d
Refactor binding IValueEntry into base class.
Too many gotchas in implementing binding entries, we'll take the performance hit of a few virtual method calls.
4 years ago
Wiesław Šoltés
24427206cc
Add spring unit tests
4 years ago
Steven Kirk
dd285eebde
More failing tests for two-way bindings.
4 years ago
Steven Kirk
d14ff72eab
Unsubscribe inactive bindings.
4 years ago
Giuseppe Lippolis
220bb0774e
fix: static field visibility
4 years ago
Max Katz
46bf9e2602
Fix issue with 0,0 position when pointerover was cleaned up
4 years ago
Takoooooo
d59a998440
Add test.
4 years ago
Takoooooo
426f4e1e64
Fix Tests.
4 years ago
Takoooooo
11ebe62c03
Fix tests.
4 years ago
Steven Kirk
d1a5870b3b
Added more failing tests for desired behavior.
We should be unsubscribing from bindings when a higher priority binding or value is added.
4 years ago
Steven Kirk
c809c9a161
Added failing test for TwoWay bindings.
4 years ago
Takoooooo
99e02059a8
Fix Test.
4 years ago
Takoooooo
e05a0d0014
Fix DashStyle not applying values correctly.
4 years ago
Steven Kirk
ac27138120
Add failing tests for #8866 .
4 years ago
Steven Kirk
cc4b8e3ea0
Fix typo.
4 years ago
Steven Kirk
1c4a994e2c
Add failing test for #8878 .
And update the tests to use the value of `NSWindow.orderedIndex` exposed in 0cc0443d34 instead of relying on appium to give us a z-ordered list of windows.
4 years ago
Nikita Tsukanov
4207a5f93b
Filter-out child elements during hit-testing too
4 years ago
robloo
13b67defef
Update DatePicker and TimePicker unit tests
4 years ago