@Sanne It might help indeed, in particular I expect it to allow to parameterized a single method of a test. However, let's not forget we are going to have to convert (or at least copy) lots of integration tests to target Search 6 soon... not sure it's a great idea to do mix those two big overhauls. Also, last time I checked not every tool was ready for JUnit 5; Arquillian in particular was not even close, and the Hibernate ORM test utils were not either (ORM 6 switched to JUnit 5, but not ORM 5). Anyway, I've sent a solution for JUnit 4, let's merge that and think about JUnit 5 later. |