Produced some unit tests for the seizure detection algorithm

This commit is contained in:
Graham Jones
2019-06-23 16:59:24 +01:00
parent 238b3c504f
commit 69e3668649
3 changed files with 141 additions and 64 deletions

View File

@@ -20,6 +20,9 @@ android {
testOptions {
unitTests.returnDefaultValues = true
unitTests {
includeAndroidResources = true
}
}
}
@@ -42,6 +45,7 @@ dependencies {
implementation 'com.github.wendykierp:JTransforms:3.0'
implementation 'com.google.android.gms:play-services-location:10.0.0'
//implementation 'com.github.RohitSurwase.UCE-Handler:uce_handler:1.3'
testImplementation 'org.robolectric:robolectric:4.3'
}