代码覆盖率测试
public
class
CodeCoverageTest
extends InstrumentationTest
java.lang.Object 中 | ||
↳ | com.android.tradefed.testtype.InstrumentationTest | |
↳ | com.android.tradefed.testtype.CodeCoverageTest |
在给定设备上运行插桩测试软件包的测试 生成代码覆盖率报告需要插桩 emma 应用。
摘要
字段 | |
---|---|
public
static
final
String |
COVERAGE_REMOTE_FILE_LABEL
|
公共构造函数 | |
---|---|
CodeCoverageTest()
|
公共方法 | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。 |
字段
COVERAGE_REMOTE_FILE_LABEL
public static final String COVERAGE_REMOTE_FILE_LABEL
公共构造函数
代码覆盖率测试
public CodeCoverageTest ()
公共方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。
参数 | |
---|---|
testInfo |
TestInformation :包含要运行的有用信息的 TestInformation 对象
测试。 |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
抛出 | |
---|---|
DeviceNotAvailableException |