Hi devs,
There’s now the concept of @Suite in JUnit5 which could be interesting for us, for example to avoid Nested Tests which we had to use back when that feature wasn’t yet in JUnit5.
I think it would be more natural to use a @Suite for our AllIT and less error-prone (we won’t forget to add a test to AllIT).
See JUnit 5 User Guide for more details.
WDYT?
Thanks