Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
vlsi merged 2 commits intoapache:masterfrom
vlsi:remove_junit4
Dec 29, 2023
Merged

Refactor JUnit 3 and JUnit 4 tests to JUnit 5, remove JUnit 4 dependency#6214
vlsi merged 2 commits intoapache:masterfrom
vlsi:remove_junit4

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.

vlsi added 2 commits December 29, 2023 17:30
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
@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.

1 participant