added robolectric to gradle

This commit is contained in:
florian.bramer 2015-06-15 14:12:42 +02:00
parent 417d07a4ec
commit 5699927373

View file

@ -29,6 +29,10 @@ dependencies {
compile 'com.android.support:appcompat-v7:22.1.1'
testCompile 'junit:junit:4.12'
testCompile('org.robolectric:robolectric:3.0-rc2') {
exclude group: 'commons-logging', module: 'commons-logging'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.hamcrest:hamcrest-library:1.3'