-
Notifications
You must be signed in to change notification settings - Fork 230
Migrate StackRendererTest and others to JUnit 5 #3636
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
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
61abaaa to
b20e8b8
Compare
|
[org.eclipse.m2e.core.prefs] musst be removed |
Migrate the following tests to JUnit 5: - StackRendererTest - ToolBarManagerRendererTest - MPartTest - MWindowTest - PartOnTopManagerTest - MenuManagerRendererTest - PartRenderingEngineTests This involves: - Replacing WorkbenchContextRule with WorkbenchContextExtension - Updating imports to org.junit.jupiter.api.* - Updating annotations (@before -> @beforeeach, etc.) - Swapping assertion arguments where necessary - Updating assumptions - Adding org.opentest4j dependency for assumptions
This PR migrates the following tests to JUnit 5:
Key changes:
Verified with Maven Tycho.