mardi 27 février 2018

JUnit @RepeatedTest for concurrent execution

I've read following article and I understand that I can ask junit to execute test several times by adding following annotation:

@RepeatedTest(value = 3, name = RepeatedTest.LONG_DISPLAY_NAME)

But I want to start these 3 time in parallel.
Is it posssible?

P.S. I want to check that tests pass correctly for 10+ threads

Aucun commentaire:

Enregistrer un commentaire