Tests OkHttp integration

This commit is contained in:
Chuck Greb
2014-03-28 15:57:31 -04:00
committed by Hannes Janetzek
parent af7d70cfd8
commit f3035d827b
3 changed files with 104 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ dependencies {
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-all:1.9.5'
testCompile 'org.easytesting:fest-assert-core:2.0M10'
testCompile 'com.squareup.okhttp:mockwebserver:1.5.2'
}
sourceSets {