The switch to JUnit5 would require ugpgrading randomizedrunner to work with it. I didn't look at JUnit5 infrastructure in detail, but from my quick glimpses here and there the changes are significant, so it may be a larger task to switch over. I can't commit to it at this moment.
User-wise I don't think JUnit5 brings that many improvements over JUnit4 (other than the support for lambdas)? It's still the same paradigm, nothing revolutionary. Dawid On Thu, Jun 15, 2017 at 11:44 PM, Erick Erickson <[email protected]> wrote: > I may regret this, but is there any interest in moving to Junit 5? It > requires Java 8, but so do Lucene and Solr. > > I have _not_ really looked at whether there are nifty new features > that would make it worth the effort. I did notice, though, that it's > supposed to run junit3 and junit4 tests so maybe it'd be fairly > painless. > > Erick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
