Reverting commit 6f4f676c4b
as per Gilles request.
The work on revamping the random packages is perfoemd in the random-ravamp branch.
This commit is contained in:
parent
17bc99fdff
commit
e7c659f590
|
@ -43,13 +43,13 @@ import org.junit.Test;
|
|||
*/
|
||||
|
||||
public abstract class RandomGeneratorAbstractTest extends RandomDataGeneratorTest {
|
||||
/** Generator to test. */
|
||||
|
||||
/** RandomGenerator under test */
|
||||
protected RandomGenerator generator;
|
||||
|
||||
/**
|
||||
* Override this method in subclasses to provide a concrete generator to test.
|
||||
*
|
||||
* @return a new generator seeded with a fixed seed.
|
||||
* Return a generator seeded with a fixed seed.
|
||||
*/
|
||||
protected abstract RandomGenerator makeGenerator();
|
||||
|
||||
|
|
Loading…
Reference in New Issue