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

Refactor JUnit 3 and JUnit 4 tests to JUnit 5, remove JUnit 4 dependency #6214

Merged
merged 2 commits into from Dec 29, 2023

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Dec 29, 2023

Description

Currently, we have multiple @Test and assertEquals on the classpath which is inconvenient.
Removing JUnit 4 makes the maintenance easier.

It is a step towards removing junit:junit:4.x dependency
…dency

Now we have only JUnit 5 on the test compilation classpath, and IDE
no longer suggests multiple different @test and assertEquals implementations.
@vlsi vlsi added this to the 5.6.3 milestone Dec 29, 2023
@vlsi vlsi merged commit c962ec6 into apache:master Dec 29, 2023
7 checks passed
@vlsi vlsi deleted the remove_junit4 branch December 29, 2023 15:24
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.

None yet

1 participant