Quantcast
Channel: XWiki Forum - Latest topics
Viewing all articles
Browse latest Browse all 1369

Use JUnit5 @Suite concept instead of Nested tests in AllIT

$
0
0

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

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1369

Trending Articles