>> What do you mean? Doesn't it execute the test many times, picking different
>> seeds each time?

Only at the test (method) level, at @Before @After hooks and at @Rule
blocks. @BeforeClass, @AfterClass and class rules are ran with an
identical seed (because you'd have to effectively reload the class
under a different class loader or rerun under a different JVM).

This has been long on my list of things to fix, but it's not as
trivial as it sounds to change it.

Dawid

>>
>
> No it does not!!!!!!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to