Fix unit tests + Version Determination (#1055)

* Fixed unit tests and determine chunksStretched based on package version

* Fixed requested changes
This commit is contained in:
Pierre Maurice Schwang
2021-05-07 23:47:35 +02:00
committed by GitHub
parent 5ebc31ce88
commit 036e8473b4
7 changed files with 214 additions and 5 deletions

View File

@ -59,6 +59,7 @@ fun Project.applyPlatformAndCoreConfiguration() {
"testImplementation"("org.junit.jupiter:junit-jupiter-params:${Versions.JUNIT}")
"testImplementation"("org.mockito:mockito-core:${Versions.MOCKITO}")
"testImplementation"("org.mockito:mockito-junit-jupiter:${Versions.MOCKITO}")
"testImplementation"("net.bytebuddy:byte-buddy:1.11.0")
"testRuntime"("org.junit.jupiter:junit-jupiter-engine:${Versions.JUNIT}")
}