[ https://issues.apache.org/jira/browse/JAMES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17138441#comment-17138441 ]
Matthieu Baechler commented on JAMES-2543: ------------------------------------------ {code} $grep -r -F 'import org.junit.Test'|wc -l 477 {code} We are not there yet > remove usage of junit 4 > ----------------------- > > Key: JAMES-2543 > URL: https://issues.apache.org/jira/browse/JAMES-2543 > Project: James Server > Issue Type: Task > Components: tests > Affects Versions: 3.1.0 > Reporter: Matthieu Baechler > Priority: Major > > Now that Junit 5 is working well, we should migrate our test code to it to > benefits from great new features. > For that, as Junit 5 assertions changed from junit 4 ones, the easiest path > is to migrate all assertions to assertj (because they are better anyway). > A second step will be to migrate from @Rule to extensions. > Then there will probably the need to use cucumber for junit5 integration. > This ticket will track the progress on this task -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org