可折叠模式准备器
public class FoldableModePreparer
extends BaseTargetPreparer
可以切换设备可折叠状态的目标准备器。
概括
公共方法 |
---|
void | setUp (TestInformation testInformation) |
void | tearDown (TestInformation testInformation, Throwable e) |
公共构造函数
可折叠模式准备器
public FoldableModePreparer ()
可折叠模式准备器
public FoldableModePreparer (long stateIdentifier)
公共方法
public void setUp (TestInformation testInformation)
参数 |
---|
testInformation | TestInformation |
投掷 |
---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError | |
public void tearDown (TestInformation testInformation,
Throwable e)
参数 |
---|
testInformation | TestInformation |
e | Throwable |
投掷 |
---|
DeviceNotAvailableException | |