-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit test writing for controls to test HiDpi #1292
Conversation
Test Results 477 files - 1 477 suites - 1 9m 34s ⏱️ +6s For more details on these failures, see this check. Results for commit e7f8f16. ± Comparison against base commit 9cf9fa7. ♻️ This comment has been updated with latest results. |
95023a7
to
cdbd91c
Compare
@ShahzaibIbrahim I added
... to the description because I see you added a test class that inherits from Sorry for the inconvenience. |
3ea6c31
to
9c19c04
Compare
Changed description: this PR requires #1305 |
4158a1d
to
b1a22a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please check the basics
bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java
Show resolved
Hide resolved
6afb8da
to
b3b04e1
Compare
@ShahzaibIbrahim a hint: |
7d016ce
to
a68911a
Compare
bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java
Outdated
Show resolved
Hide resolved
bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java
Outdated
Show resolved
Hide resolved
bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java
Outdated
Show resolved
Hide resolved
bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java
Outdated
Show resolved
Hide resolved
bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/WidgetWin32Tests.java
Outdated
Show resolved
Hide resolved
880bf28
to
0bf54a6
Compare
Since HiDpi support is added in all controls of SWT, we have provided individual unit tests wherever possible
Adding unit test for each control wherever possible in WidgetWin32Test class. Target area is testing all the properties that were affected in each control in HandleDpiChange method.
Contributes to #62 and #127
Requires