恢复日志准备器
public class RecoveryLogPreparer
extends BaseTargetPreparer
implements ITestLoggerReceiver
用于在恢复之前收集日志的目标准备程序。
概括
公共方法 |
---|
void | setTestLogger (ITestLogger testLogger) |
void | setUp (TestInformation testInformation) |
公共构造函数
恢复日志准备器
public RecoveryLogPreparer ()
公共方法
设置测试记录器
public void setTestLogger (ITestLogger testLogger)
public void setUp (TestInformation testInformation)
参数 |
---|
testInformation | TestInformation |
投掷 |
---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError | |
受保护的方法
protected void rebootDevice (TestInformation testInformation)
参数 |
---|
testInformation | TestInformation |
投掷 |
---|
DeviceNotAvailableException | |