added robolectric to gradle
This commit is contained in:
parent
417d07a4ec
commit
5699927373
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue