Added unit tests for BluetoothLeDeviceStore.java

This commit is contained in:
Alexandros Schillings
2017-01-19 17:11:21 +00:00
parent 81d984efac
commit 47a4c124f6
3 changed files with 121 additions and 10 deletions
+3
View File
@@ -31,6 +31,9 @@ dependencies {
compile 'uk.co.alt236:easycursor-android:1.0.0'
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':library')
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-all:1.9.5'
}
android {