Does anyone know how can you get the context of the Test project in Android junit test case (extends AndroidTestCase).
Note: The test is NOT instru
The other answers are outdated. Right now every time that you extend AndroidTestCase, there is mContext Context object that you can use.