eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 596 forks source link

Migrate tests from Junit4 to Junit5 #1576

Open Desislav-Petrov opened 2 months ago

Desislav-Petrov commented 2 months ago

Work scope

Currently, all modules of eclipse collections use junit4 and as advised by @donraab we should move to junit5.

The migration will be done in a multi-stage approach to avoid a single massive PR that's difficult to review.

Breakdown of tasks

The work will be broken down in 3 PRs.

I plan to execute the full migration so happy to have the ticket assigned to me.