mbeddr/mps-gradle-plugin

Upgrade to JUnit 5

vlsi opened this issue · 3 comments

vlsi commented

What do you think of JUnit 4 -> JUnit 5?

vlsi commented

I guess this depends on #70 and #73

What are the benefits? I.e. why spend time on this and not on something else?

vlsi commented

JUnit5 would simplify writing tests like in #70 (e.g. parameterized tests).

Of course, multiple JUnit versions can co-exist, but it would result in multiple @Test in autocomplete.