我想获得Andriod测试的代码覆盖率报告。
我正在运行此命令
ant emma debug install test
当我没有使用Mockito模拟课程时,这项工作和测试通过并生成了覆盖率报告。
但如果我用Mockito运行它,则艾玛会出错
error: package org.mockito does not exist
当我在没有任何报道的情况下运行时,Mockito的测试通过了。
在为使用Mockito的测试运行ant emma之前,是否需要包含任何特殊设置或jar?
IDE:intellij 14, 使用的罐子:dex-maker 1.0,dex-maker-mockito 1.0,mockito 1.9.5,
答案 0 :(得分:0)
ant emma debug install test
与Mockito合作
将dex-maker 1.0 , dex-maker-mockito 1.0 , mockito 1.9.5 jar
个文件放在
你的Andriod项目的libs文件夹。
如果您要使用ant clean emma debug install test