Viewmodel unit tests updated

This commit is contained in:
2020-05-17 17:56:26 +01:00
parent 7e995468c9
commit 14293254ec
7 changed files with 385 additions and 4 deletions

View File

@@ -19,9 +19,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
testOptions {
unitTests.returnDefaultValues = true
}
// testOptions {
// unitTests.returnDefaultValues = true
// }
dataBinding {
enabled = true
}