aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-24 18:23:53 -0700
committerKenny Root <kenny@the-b.org>2015-07-24 18:28:46 -0700
commit08ae58cca94287642875bbb3518b717606f5cdad (patch)
tree1dacdd0c6bdd1653f5cdee370419745c75125ffa /app/build.gradle
parent1540b4bdf52358b1cea5d92ad86de9ab564918f4 (diff)
downloadconnectbot-08ae58cca94287642875bbb3518b717606f5cdad.tar.gz
connectbot-08ae58cca94287642875bbb3518b717606f5cdad.tar.bz2
connectbot-08ae58cca94287642875bbb3518b717606f5cdad.zip
Add mockito and assertj for tests
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 22edce2..9219eb5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -27,6 +27,8 @@ dependencies {
compile 'org.connectbot:sshlib:2.2.0'
testCompile 'junit:junit:4.12'
+ testCompile 'org.mockito:mockito-core:1.10.19'
+ testCompile 'org.assertj:assertj-core:1.7.0'
testCompile('org.robolectric:robolectric:3.0') {
exclude group: 'commons-logging', module: 'commons-logging'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'