MATH-1387: adding RetryRunner to RandomUtilsDataGeneratorJDKSecureRandomTest

This commit is contained in:
Rob Tompkins 2016-10-09 16:23:08 -04:00
parent b9cd355813
commit f672e826f5
1 changed files with 4 additions and 0 deletions

View File

@ -16,12 +16,16 @@
*/
package org.apache.commons.math4.random;
import org.apache.commons.math4.RetryRunner;
import org.junit.runner.RunWith;
import java.security.SecureRandom;
/**
* Test cases for the {@link RandomUtils#DataGenerator} class, using
* {@link SecureRandom} as the underlying source of randomness.
*/
@RunWith(RetryRunner.class)
public class RandomUtilsDataGeneratorJDKSecureRandomTest
extends RandomUtilsDataGeneratorAbstractTest {