-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2 Rename base JUnit5 package into junit.jupiter
This is a breaking change, but prev release happened just recently, so hopefully people haven't started to use it actively and they won't be upset.
- Loading branch information
Showing
41 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/src/test/java/io/qala/datagen/examples/junit5/JUnit5ExampleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/qala/datagen/junit5/Alphanumeric.java → ...a/datagen/junit/jupiter/Alphanumeric.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../junit5/AlphanumericArgumentProvider.java → ...jupiter/AlphanumericArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...io/qala/datagen/junit5/Alphanumerics.java → .../datagen/junit/jupiter/Alphanumerics.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...junit5/AlphanumericsArgumentProvider.java → ...upiter/AlphanumericsArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/io/qala/datagen/junit5/BlankString.java → ...la/datagen/junit/jupiter/BlankString.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/datagen/junit5/BlankStringProvider.java → ...en/junit/jupiter/BlankStringProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../io/qala/datagen/junit5/DatagenUtils.java → ...a/datagen/junit/jupiter/DatagenUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/io/qala/datagen/junit5/English.java → ...o/qala/datagen/junit/jupiter/English.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tagen/junit5/EnglishArgumentProvider.java → ...unit/jupiter/EnglishArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ava/io/qala/datagen/junit5/Englishes.java → ...qala/datagen/junit/jupiter/Englishes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gen/junit5/EnglishesArgumentProvider.java → ...it/jupiter/EnglishesArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/io/qala/datagen/junit5/Numeric.java → ...o/qala/datagen/junit/jupiter/Numeric.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tagen/junit5/NumericArgumentProvider.java → ...unit/jupiter/NumericArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...java/io/qala/datagen/junit5/Numerics.java → .../qala/datagen/junit/jupiter/Numerics.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...agen/junit5/NumericsArgumentProvider.java → ...nit/jupiter/NumericsArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/qala/datagen/junit5/RandomDouble.java → ...a/datagen/junit/jupiter/RandomDouble.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../junit5/RandomDoubleArgumentProvider.java → ...jupiter/RandomDoubleArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...io/qala/datagen/junit5/RandomDoubles.java → .../datagen/junit/jupiter/RandomDoubles.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...junit5/RandomDoublesArgumentProvider.java → ...upiter/RandomDoublesArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/io/qala/datagen/junit5/RandomInt.java → ...qala/datagen/junit/jupiter/RandomInt.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gen/junit5/RandomIntArgumentProvider.java → ...it/jupiter/RandomIntArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...va/io/qala/datagen/junit5/RandomInts.java → ...ala/datagen/junit/jupiter/RandomInts.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...en/junit5/RandomIntsArgumentProvider.java → ...t/jupiter/RandomIntsArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/io/qala/datagen/junit5/RandomLong.java → ...ala/datagen/junit/jupiter/RandomLong.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...en/junit5/RandomLongArgumentProvider.java → ...t/jupiter/RandomLongArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/io/qala/datagen/junit5/RandomLongs.java → ...la/datagen/junit/jupiter/RandomLongs.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/junit5/RandomLongsArgumentProvider.java → .../jupiter/RandomLongsArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...en/junit5/RandomizedArgumentProvider.java → ...t/jupiter/RandomizedArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/io/qala/datagen/junit5/Unicode.java → ...o/qala/datagen/junit/jupiter/Unicode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tagen/junit5/UnicodeArgumentProvider.java → ...unit/jupiter/UnicodeArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.qala.datagen.junit5; | ||
package io.qala.datagen.junit.jupiter; | ||
|
||
import java.util.stream.Stream; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...java/io/qala/datagen/junit5/Unicodes.java → .../qala/datagen/junit/jupiter/Unicodes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...agen/junit5/UnicodesArgumentProvider.java → ...nit/jupiter/UnicodesArgumentProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...gen/junit5/seed/DatagenSeedExtension.java → ...it/jupiter/seed/DatagenSeedExtension.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
junit5/src/main/resources/META-INF/services/org.junit.jupiter.api.extension.Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
io.qala.datagen.junit5.seed.DatagenSeedExtension | ||
io.qala.datagen.junit.jupiter.seed.DatagenSeedExtension |
3 changes: 2 additions & 1 deletion
3
junit5/src/test/java/io/qala/datagen/junit5/Junit5ParameterizedTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8958127
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍