feat: added the proptesting test engine jqwik to the build.gradle
This commit is contained in:
parent
0ba55f4922
commit
d272ca98a6
@ -19,6 +19,7 @@ dependencies {
|
|||||||
implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.3"
|
implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.3"
|
||||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.3"
|
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.3"
|
||||||
|
|
||||||
|
testImplementation "net.jqwik:jqwik:1.5.1"
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"
|
||||||
testImplementation "org.mockito:mockito-all:2.0.2-beta"
|
testImplementation "org.mockito:mockito-all:2.0.2-beta"
|
||||||
testImplementation "org.assertj:assertj-core:3.19.0"
|
testImplementation "org.assertj:assertj-core:3.19.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user