Re: Follow-up PR for JUnit 5

2021-01-19 Thread Romain Manni-Bucau
+1000 was expected since years (using rule with junit4 before junit5 comes out) and ease contributions a lot Thanks a lot Guillaume for all that work Romain Manni-Bucau @rmannibucau | Blog | Old Blog

Follow-up PR for JUnit 5

2021-01-19 Thread Guillaume Nodet
I've pushed a PR following up the switch to JUnit 5 which includes two commits: - the use of standard parameterized tests (for speed, I initially reused the stuff I wrote for Camel which leads to a smoother migration from junit 3/4 parameterized tests, but given there are only 2 test classes usin