I am writing my first Android database backend and I\'m struggling to unit test the creation of my database.
Currently the problem I am encountering is obtaining a va
You should use ApplicationTestCase or ServiceTestCase.