mercredi 29 août 2018

How to get the current repetition count of the test in JUnit 5?

In JUnit 5, a method can be annotated with @RepeatedTest(n) so that it is run n times. How can I display the current number of repetition in that test method?

Aucun commentaire:

Enregistrer un commentaire