Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/arrays/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
android studio如何在多模块中运行单元测试_Android_Intellij Idea_Android Studio 2.0 - Fatal编程技术网

android studio如何在多模块中运行单元测试

android studio如何在多模块中运行单元测试,android,intellij-idea,android-studio-2.0,Android,Intellij Idea,Android Studio 2.0,我的项目有很多模块,超过20个 我的项目 ——模块a --------src ------------雄激素试验 ------------试验 ----字典 --------模B ------------src ----------------androidTest。 ----------------测试。 ... ... 我想用GUI一次性运行所有单元测试 但是我现在只能在一个模块中运行单元测试。右键单击测试字典并选择“在xxx中运行测试”

我的项目有很多模块,超过20个

我的项目

——模块a
--------src
------------雄激素试验
------------试验
----字典
--------模B
------------src
----------------androidTest。
----------------测试。
...  
...  
我想用GUI一次性运行所有单元测试

但是我现在只能在一个模块中运行单元测试。右键单击测试字典并选择“在xxx中运行测试”