(please make sure to CC me directly on replies) On Sun, 26 May 2019 at 17:17, Heinrich Bohne <heinrich.bo...@gmx.at> wrote:
> ... (I didn't subscribe to the list, which I now regret as I am editing > the header fields of this email manually, hoping that I do it correctly and > that the message will be attributed to the correct thread). > This is the first time I seeing this thread. > Regarding the point about a potential mess of multiple JUnit versions: > JUnit 5 seems to provide a "Vintage" test engine to support the execution > of JUnit 3 and 4 tests alongside JUnit 5 tests. > It is precisely this that I am advocating against. While JUnit 5 has a method of running older tests, by leaving the older style tests around we're producing confusion as to how it will get run or how to write new tests. Using it as a migration tool is reasonable, but the commons are small enough that wholesale migration is "easy". > > -- Eitan Adler