CreateUserPreparer
public class CreateUserPreparer
extends BaseTargetPreparer
目标准备者,用于创建用户并在最后清理用户。
概括
公开方法 |
---|
void | setUp (TestInformation testInfo) |
void | tearDown (TestInformation testInfo, Throwable e) |
公共建设者
CreateUserPreparer
public CreateUserPreparer ()
公开方法
public void setUp (TestInformation testInfo)
参数 |
---|
testInfo | TestInformation |
投掷 |
---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError | |
public void tearDown (TestInformation testInfo,
Throwable e)
参数 |
---|
testInfo | TestInformation |
e | Throwable |
投掷 |
---|
DeviceNotAvailableException | |