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?
@RepeatedTest(
n
)
Aucun commentaire:
Enregistrer un commentaire