solution: organize the integration test suite

This commit is contained in:
Igor Artamonov
2021-08-16 19:52:46 -04:00
parent 802d1c8eb8
commit 827288cdcd
18 changed files with 75 additions and 610 deletions

View File

@@ -19,5 +19,9 @@ dependencies {
}
test {
systemProperty "trialMode", project.getProperty("dshackleTrialMode")
useJUnitPlatform()
testLogging {
events "PASSED", "FAILED"
}
}