How to use the Repeated Test Annotation - JUnit Tutorial

preview_player
Показать описание
The RepeatedTest annotation enables you to run the same test multiple times. This video will look at why you may want to use the annotation, and the various ways you can customise it to provide detailed feedback in the console and within the IDE.

Please like, subscribe and leave a comment to let me know what you think!

Рекомендации по теме
Комментарии
Автор

mate, you deserve a million subscribers for this type of content, fantastic work keep up. I can see you shining.

This.Object
Автор

Hi, Thanks for you video. We are using below two annotations and @RepeatedTest is not compatible with them, any clue what other options we have to run a junit test multiple times?
@MethodSource
@ParameterizedTest()

priyamghosh