+1
On Mon, May 13, 2024 at 1:40 PM Hans Van Akelyen <hans.van.akel...@gmail.com> wrote: > Great Idea, this has a +1 from me. > > We probably also have to take a look at mockito & powermock. > > Cheers, > Hans > On 13 May 2024 at 12:45 +0200, Sergio De Lorenzis < > sergio.deloren...@gmail.com>, wrote: > > Hello Everyone, > > > > From my standpoint, it would be beneficial to upgrade to JUnit 5 for > > several reasons. I'm going to enumerate my personal top three: > > Wider Range of Possible Assertions: This will improve readability and > allow > > for more comprehensive tests. > > Compatibility with Newer Java Versions: Even though there's nothing > > preventing us from using Java 17 with JUnit 4, I believe it's always > better > > to pair newer versions of Java with up-to-date libraries. > > Parameterized Tests and Argument Sources: JUnit 5 provides built-in > support > > for parameterized tests and multiple sources of arguments, enhancing our > > testing capabilities. > > > > Looking forward to hearing your thoughts. > > > > Best, > > > > S. >