Jearil/SimpleNoSQL

Fix Tests in Build

Closed this issue · 0 comments

The new android build system has been modified enough that it makes the tests no longer runnable for some reason. It seems that when they're run, the junit.framework class cannot be found and they all fail. In order to make future changes to this project (and get correct CI working), this needs to be fixed. It's possible that Google is no longer supporting AndroidTestCase and are pushing to move to Espresso. Either way, this needs to be the next thing solved before further development