Skip to content
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

Migration to junit 5 #1725

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

carstenartur
Copy link
Contributor

@carstenartur carstenartur commented Oct 20, 2024

run the upcoming junit 4 to junit 5 migration cleanup

What it does

This Pr changes a bunch of tests from using JUnit 4 to JUnit 5.
It does not change anything at all about how jdt.ui works. Changes are in the testing code only.
However in the testing code it should not change anything neither. The migration from JUnit 4 suites to JUnit 5 suites was able to boost performance a little bit. I am not aware of similar effects in the testing code. So what this Pr gives you is that the affected classes are following a testing pattern using a actively maintained release for the first time in the last 20(?) years.

How to test

Count the number of tests and check results.

Author checklist

@carstenartur carstenartur marked this pull request as ready for review October 28, 2024 11:56
@carstenartur carstenartur changed the title dogfooding migration to junit 5 Migration to junit 5 Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant