2021-09-21 18:08:31 +02:00
|
|
|
dependencies {
|
2023-12-12 19:45:37 +01:00
|
|
|
testImplementation testLibs.junit4
|
|
|
|
testImplementation testLibs.google.truth
|
|
|
|
testImplementation testLibs.burst.junit4
|
|
|
|
testImplementation testLibs.okio
|
|
|
|
testRuntimeOnly testLibs.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
|
|
|
}
|