标签: android android-gradle android-testing
我正在尝试在Android项目中设置仅测试模块,并且需要在要测试的项目中引用代码。正确的方法是什么?
具体来说,我需要确保自定义测试运行程序加载了正确的Application类。
我在这里遵循Google的示例:
https://github.com/googlesamples/android-testing-templates/tree/master/AndroidTestingBlueprint#android-test-only-module