Steven Kirk
e89bd580d8
Add additional macOS prerequisite.
4 years ago
Steven Kirk
6da59f9eee
Added integration tests readme.
4 years ago
Steven Kirk
9f807c9737
Sigh. Appium sucks.
4 years ago
Steven Kirk
261f46ea74
Added a few ListBox tests.
4 years ago
Steven Kirk
b4a183bd97
Skip keyboard interaction tests on macOS.
They send appium for mac crazy.
4 years ago
Steven Kirk
26137caaca
Trying to get stuff working on macOS.
Man, appium for mac sucks.
4 years ago
Steven Kirk
ddb6ab977e
Refactored ComboBox integration tests.
4 years ago
Dariusz Komosinski
7a44407666
Fix problems caused by missing transform data or invalid order of operations when interpolating matrices.
4 years ago
Steven Kirk
33ca12c48c
Remove faulty cast.
4 years ago
Steven Kirk
f6e06a6d15
Refactored Menu integration tests.
4 years ago
Steven Kirk
610ef6f467
Added a NativeMenu test for macOS.
4 years ago
Steven Kirk
f4d9d4cc13
Make integration tests pass on MacOS.
4 years ago
Steven Kirk
66923cdb24
Skip accelerator key test on OSX.
OSX doesn't support accelerator keys.
4 years ago
Andrey Kunchev
de8f9155dc
add unittest for issue #6969 animator crashes because of invalid keyframe value
4 years ago
Steven Kirk
8250131e10
Rename integration tests now they're not win32-only.
4 years ago
Steven Kirk
812bf2665e
Get CheckBox automation tests passing on macOS.
4 years ago
Steven Kirk
cab21b6084
Start making automation tests work on macOS.
4 years ago
Steven Kirk
77f535f49d
Trying to use a shared project for win32/mac integration tests.
4 years ago
Steven Kirk
e0d3799887
Update IntegrationTestApp to net6.0.
4 years ago
Steven Kirk
1a459eb83b
Update hardcoded paths.
4 years ago
Steven Kirk
5153cc4e12
Remove unneeded dependency.
4 years ago
Steven Kirk
721547fcb2
Update samples/tests to net6.0.
And no longer target net461 in unit tests as we've not had a test pass in net core and fail in netfx in years, and it bloats our CI time; EXCEPT Avalonia.Markup.Xaml.UnitTests where we're still testing against net4.7 as MSIL generation is runtime-sensitive.
4 years ago
Steven Kirk
f54a75e636
Don't update transformed bounds from static render methods.
Fixes #6899
4 years ago
Steven Kirk
e265bef95b
Added failing test for #6899 .
4 years ago
Simon Haines
fcbe456cb9
Filter pointer pressed events from disabled sub-menu items
Pointer clicks on disabled and non-interactive items in sub-menus
are bubbled up to the sub-menu's parent, causing the sub-menu popup
to be closed when it is expected to remain open. This scenario is
identified and filtered out by searching for a popup in the logical
tree between the source and the handler. Fixes #6412 .
4 years ago
Dan Walmsley
51ab3266dd
add a unit test.
4 years ago
Giuseppe Lippolis
59f4adcdd3
fix: Warning CS0067 The event is never used
4 years ago
Max Katz
0709bbfe0f
Fix tests
4 years ago
Steven Kirk
10d1b6cd34
Added test.
4 years ago
Max Katz
bab0449805
Added tests from nthmaster.com
4 years ago
Max Katz
d64a700b4f
Imrpove nth-child parsing
4 years ago
Max Katz
f276c4ed8b
Changes after review
4 years ago
Max Katz
031e8ac2f0
Complete
5 years ago
Max Katz
e5ca5c38e8
Update IChildIndexProvider interface with ChildIndexChanged and implement in on items controls
5 years ago
Max Katz
69fb1c056f
FIrst version of nth-child
5 years ago
Steven Kirk
f8eb073dd7
Added missing D2D expected images.
5 years ago
Steven Kirk
ce60f607cf
Added failing tests for #6359 .
5 years ago
GMIKE
5407e6293f
spaces
5 years ago
GMIKE
339ddca027
Sharper angle of a LineNode in Tests
5 years ago
GMIKE
ce21eee155
replace target-typed object creation
5 years ago
GMIKE
721e088911
LineNode tests
5 years ago
Steven Kirk
4e65b0296b
Added failing tests for #6729 .
5 years ago
Dan Walmsley
786375aff9
handle platforms that return null for the trayiconimpl.
5 years ago
Steven Kirk
a5c28de797
Reinstate ControlAutomationPeerTests.
5 years ago
Steven Kirk
11c60b4294
Decouple automation peers from platform nodes.
Now peers are entirely unaware of the platform implementation.
5 years ago
Nikita Tsukanov
5ede6f9ae2
Added support for non-control templates in XAML
5 years ago
Benedikt Stebner
891fd8dec4
Try to load a custom font with all possible weights and styles
5 years ago
Benedikt Stebner
68418d7f2a
Add failing test
5 years ago
Steven Kirk
79f601886e
Added tests for transforms on CombinedGeometry children.
5 years ago
Steven Kirk
6e0a911a3a
Add test for transforms on GeometryGroup children.
5 years ago