A few fixes to makes tests run on JDK 17

This commit is contained in:
Sebastian Kürten
2021-11-23 14:09:35 +01:00
parent 1bfd9e4eb0
commit 0a41c1e325
8 changed files with 86 additions and 77 deletions

View File

@@ -136,7 +136,7 @@ dependencies {
testImplementation 'androidx.fragment:fragment-testing:1.3.4'
testImplementation "androidx.arch.core:core-testing:2.1.0"
testImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation 'org.robolectric:robolectric:4.7.2'
testImplementation 'org.mockito:mockito-core:3.9.0'
testImplementation "junit:junit:$junit_version"
testImplementation "org.jmock:jmock:$jmock_version"