模拟测试

public class FakeTest
extends Object implements IDeviceTest, IRemoteTest

java.lang.Object 中
   ↳ com.android.tradefed.testtype.FakeTest


一种旨在便于生成可重复的测试结果的虚假测试。

摘要

公共构造函数

FakeTest()

公共方法

ITestDevice getDevice()

获取被测设备。

void run(TestInformation testInfo, ITestInvocationListener listener)

运行测试,并将结果报告给监听器。

void setDevice(ITestDevice device)

注入被测设备。

公共构造函数

模拟测试

public FakeTest ()

公共方法

getDevice

public ITestDevice getDevice ()

获取被测设备。

返回
ITestDevice ITestDevice

得分

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

运行测试,并将结果报告给监听器。

参数
testInfo TestInformation:包含要运行的有用信息的 TestInformation 对象 测试。

listener ITestInvocationListener:测试结果的 ITestInvocationListener

抛出
DeviceNotAvailableException

setDevice

public void setDevice (ITestDevice device)

注入被测设备。

参数
device ITestDevice:要使用的 ITestDevice