Move integration tests to their proper packages

This commit is contained in:
Torsten Grote
2016-12-08 11:35:13 -02:00
parent 4226ba40c2
commit 97d4c68f43
29 changed files with 134 additions and 123 deletions

View File

@@ -37,8 +37,6 @@ dependencies {
compile 'uk.co.samuelwall:material-tap-target-prompt:1.3.0'
testCompile 'junit:junit:4.12'
testCompile 'net.jodah:concurrentunit:0.4.2'
testApt 'com.google.dagger:dagger-compiler:2.0.2'
testCompile project(path: ':briar-tests')
testCompile 'org.robolectric:robolectric:3.0'
testCompile 'org.mockito:mockito-core:1.10.19'