Skip to content

Commit

Permalink
MATH-1387: adding RetryRunner to RandomUtilsDataGeneratorJDKSecureRan…
Browse files Browse the repository at this point in the history
…domTest
  • Loading branch information
chtompki committed Oct 9, 2016
1 parent b9cd355 commit f672e82
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit f672e82

Please sign in to comment.