2021-09-21 18:08:31 +02:00
|
|
|
dependencies {
|
2022-06-01 10:09:09 +02:00
|
|
|
testCompileOnly libs.jsr305
|
|
|
|
testImplementation libs.junit4
|
|
|
|
testImplementation libs.google.truth
|
|
|
|
testImplementation libs.burst.junit4
|
|
|
|
testImplementation libs.okio
|
|
|
|
testRuntimeOnly libs.junit.vintage.engine
|
2021-09-21 18:08:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
test {
|
|
|
|
useJUnitPlatform {
|
|
|
|
includeEngines 'junit-jupiter', 'junit-vintage'
|
|
|
|
}
|
2022-06-01 10:09:09 +02:00
|
|
|
}
|