On Thu, Dec 8, 2011 at 11:34 PM, Lance Norskog <[email protected]> wrote:
> A lot of tests are dependent on fixed random numbers. > (Which is not on purpose, I assume.) > > Starting a new JVM per test is a non-starter on smaller machines. Can > single-process mode be a default with a parameter for running parallel? > Why? this runs fine on my laptop. > > Or could the unit test framework have a Random factory object for each > test? > It already does!
