Added some tests around ByteUtils

This commit is contained in:
Alexandros Schillings
2015-07-03 15:38:57 +01:00
parent 53138d5462
commit 9c04515a34
6 changed files with 112 additions and 45 deletions
+2
View File
@@ -30,5 +30,7 @@ android {
}
dependencies {
testCompile 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:1.9.5"
compile fileTree(include: ['*.jar'], dir: 'libs')
}