Skip to content

Commit

Permalink
Merge easy-random-randomizers in the core module
Browse files Browse the repository at this point in the history
Resolves #500
  • Loading branch information
fmbenhassine committed Sep 2, 2023
1 parent 504f440 commit 83ecacd
Show file tree
Hide file tree
Showing 35 changed files with 8 additions and 110 deletions.
4 changes: 4 additions & 0 deletions easy-random-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
</dependency>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@

import org.jeasy.random.api.Randomizer;

import java.util.Locale;

public abstract class AbstractRandomizerTest<T> {

protected static final long SEED = 123L;

protected static final Locale LOCALE = Locale.FRANCE;

protected Randomizer<T> randomizer;

}
72 changes: 0 additions & 72 deletions easy-random-randomizers/pom.xml

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<modules>
<module>easy-random-core</module>
<module>easy-random-randomizers</module>
</modules>

<scm>
Expand Down

0 comments on commit 83ecacd

Please sign in to comment.