I\'m using Context to access system level services like WifiManager and BluetoothManager. How to mock this getApplicationContext() using Mockito?
Context context = mock(Context.class);