android – 如何使用Mockito模拟上下文?
作者:互联网
我正在使用Context来访问WifiManager和BluetoothManager等系统级服务.如何使用Mockito模拟这个getApplicationContext()?
解决方法:
我们来看看下面的类:MockContext
如果您需要更多见解,请查看Official Testing Fundamentals页面
标签:android,android-context,mockito,bluetooth,android-wifi 来源: https://codeday.me/bug/20191005/1856922.html