1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Introduce parametrized tests to also test the JceImplementationFactory

This commit is contained in:
Paul Schaub 2021-02-25 23:27:08 +01:00
parent 8c041e6856
commit bfab4b60f0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
31 changed files with 319 additions and 117 deletions

View file

@ -4,6 +4,7 @@ plugins {
dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
/*