Steven Kirk
0360af6780
Added failing test for #8672 .
4 years ago
Max Katz
41d31d8857
Add thickness test as well
4 years ago
Max Katz
6520722e54
Attempt to not deferr value types
4 years ago
Andrey Kunchev
d4840a55bc
add failing test for #8669
4 years ago
Takoooooo
a30d73eb5e
Fix tests.
4 years ago
Nikita Tsukanov
3717aec4f5
Use GetFeature + API lease approach for accessing SKCanvas
4 years ago
Max Katz
705e9065a3
Add more tests for lazy resources
4 years ago
robloo
ce966f72e3
Fix comment which is correct as "default theme"
Co-authored-by: Max Katz <maxkatz6@outlook.com>
4 years ago
robloo
e94eb0cbfd
More simple theme renaming
4 years ago
Max Katz
a9910501ec
Fix tests
4 years ago
Max Katz
1731f88822
Rename Default to Simple
4 years ago
Takoooooo
fe79cee672
Fix Tests.
4 years ago
Benedikt
4f79ac8a1c
Fix precession errors
4 years ago
Benedikt Stebner
bf9a0d8656
Use a different arabic font for tests
4 years ago
Max Katz
33931e99bb
Fix unit tests
4 years ago
Benedikt Stebner
c94120c065
Try to fix tests on mac
4 years ago
Benedikt Stebner
81b0dce302
Fix RichTextBlock Inlines update handling
4 years ago
Evgeny Gorbovoy
1c1499c399
More `ContainsExclusive`
4 years ago
Benedikt Stebner
23b08b1f34
Attempt to fix consistent hit testing results
GetCharacterHitFromDistance and GetDistanceFromCharacterHit should match all the time
4 years ago
Evgeny Gorbovoy
c226432e9b
Tests fixing
4 years ago
Evgeny Gorbovoy
d560fd2847
+ CompositorHitTesting test
4 years ago
Evgeny Gorbovoy
01d040bf6c
+ hit test attempt
4 years ago
Steven Kirk
fcef065908
Fix flaky menu integration tests.
Move the mouse pointer out of the way of the menu when running integration tests on menu keys.
4 years ago
Max Katz
d1683c963e
Remove MouseDevice from the TopLevel
4 years ago
Max Katz
e5f2b145a7
Avoid deprecated input API in tests
4 years ago
Benedikt Stebner
fdb19912b8
Fix tests
4 years ago
Nikita Tsukanov
4b7feeb4f4
Fixed various invalidation and hit-testing issues
4 years ago
Dan Walmsley
ac30a64d78
dont use window size that could go off screen.
4 years ago
Luis von der Eltz
25b19931e8
Add timeout to "hang" UT
4 years ago
Dan Walmsley
e8914c966d
reliably replace old bundle.
4 years ago
Dan Walmsley
c3bb062a37
ensure bundle id is registered.
4 years ago
Luis von der Eltz
e64a4430a0
Apply async hack to make timeout work
4 years ago
Luis von der Eltz
107fc7162e
Fix infinite loop when all items are disabled
4 years ago
Luis von der Eltz
d9ce64e1b0
Skip disabled controls when moving to first/last item
4 years ago
Benedikt
6a882d97dc
Fix unit tests on mac
4 years ago
Dan Walmsley
5d69d1648d
run appium and restart it each time.
4 years ago
Benedikt Stebner
199d74332a
Add arabic test typeface
4 years ago
Steven Kirk
af0014b735
Added --debug switch to benchmarks.
To be able to run benchmarks in the debugger, you need to pass `DebugInProcessConfig` to the benchmark switcher. There doesn't seem to be any inbuilt switch to enable this from the command-line, so added one to the benchmarks projects in order to be able to debug benchmarks more easily.
4 years ago
Dan Walmsley
d59c9feac9
make sure any existing instances are closed.
4 years ago
Steven Kirk
fb49040fbe
Added some ControlTheme benchmarks.
4 years ago
Dan Walmsley
e0c1bae842
use pkill to close app.
4 years ago
Dan Walmsley
7746b79fb5
close app after running
4 years ago
Steven Kirk
76274f80b3
Added SafeEnumerableList and use in Classes.
Adds a simple copy-on-write list and uses it to store the listeners to `Classes` to prevent problems with re-entrancy.
Fixes #8480
4 years ago
Steven Kirk
9e4a597225
Added failing tests for #8480 .
4 years ago
Benedikt Stebner
eb627f393c
More fixes
4 years ago
Dan Walmsley
0aacec3fae
fix mockwindowplatform and test.
4 years ago
Dan Walmsley
9be71040c8
failing unit test.
4 years ago
Steven Kirk
f57c0ffbec
Added ItemContainerTheme property.
Otherwise there's no easy way to apply themes to item containers.
4 years ago
Steven Kirk
8f0b3911a5
Added failing tests for MenuItem.TemplatedParent.
Seems #8412 caused `Menu.TemplatedParent` to get set to the parent `MenuItem` when re-opening a popup.
4 years ago
Dan Walmsley
b9aa49bc05
Add failing unit test.
4 years ago