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
import androidx.test.core.app.ApplicationProvider; private Context context = ApplicationProvider.getApplicationContext();