-
Notifications
You must be signed in to change notification settings - Fork 229
[E4] Migrate o.e.e4.ui.w.addons.swt.test to JUnit5 #2825
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
Conversation
...ch.addons.swt.test/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddonTest.java
Outdated
Show resolved
Hide resolved
Test Results 1 821 files + 3 1 821 suites +3 1h 33m 38s ⏱️ + 3m 59s Results for commit e2558ef. ± Comparison against base commit c6fbe7d. This pull request removes 182 and adds 361 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
b9ff68e to
f6b2909
Compare
|
@akurtakov As far as I can see, the warnings are not being introduced by my PR. I don't think there is anything I can do at the moment. |
|
Warnings are due to new stream opening and should be fixed with #2826 . I'm rebasing this one. |
f6b2909 to
ec8ad80
Compare
Migration of test bundle org.eclipse.e4.ui.workbench.addons.swt.test from JUnit4 to JUnit5.
ec8ad80 to
e2558ef
Compare
|
Thanks for this one! Much appreciated. |
|
@akurtakov Thank you for the effort you put into this PR :) |
Migration of test bundle org.eclipse.e4.ui.workbench.addons.swt.test from JUnit4 to JUnit5.