Finished unit tests for SetupActivity and its Controller

This commit is contained in:
Ernir Erlingsson
2016-05-04 21:48:13 +02:00
parent 80f79d9ee0
commit f855c9ea28
9 changed files with 176 additions and 154 deletions

View File

@@ -105,6 +105,9 @@ android {
test.setRoot('test')
test {
java.srcDirs = ['test/java']
testOptions {
unitTests.returnDefaultValues = true
}
}