fix unit tests, update robolectric

This commit is contained in:
Vincent Breitmoser
2020-05-30 19:13:17 +02:00
parent da38f99349
commit d8fdea9d17
11 changed files with 104 additions and 115 deletions

View File

@@ -70,7 +70,7 @@ dependencies {
// http://robolectric.org/getting-started/
// http://www.vogella.com/tutorials/Robolectric/article.html
testImplementation 'junit:junit:4.12'
testCompile ('org.robolectric:robolectric:3.6.1') {
testImplementation ('org.robolectric:robolectric:3.8') {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk16'
}
testImplementation 'org.mockito:mockito-core:2.18.0'