Test PasswordFragment account creation individually

This commit is contained in:
Torsten Grote
2017-11-08 13:12:43 -02:00
parent 8a81171739
commit 5dcd5f79dc
4 changed files with 73 additions and 35 deletions

View File

@@ -35,6 +35,7 @@ dependencies {
testCompile project(path: ':bramble-core', configuration: 'testOutput')
testCompile 'org.robolectric:robolectric:3.0'
testCompile 'org.robolectric:shadows-support-v4:3.0'
testCompile 'org.mockito:mockito-core:2.8.9'
}