NativePocAsserter
public
interface
NativePocAsserter
| com.android.sts.common.NativePocAsserter |
Giao diện cho trình xác nhận để sử dụng với NativePoc.asserter().
Tóm tắt
Phương thức công khai | |
|---|---|
default
void
|
checkCmdResult(CommandResult result)
Được gọi sau khi PoC kết thúc |
default
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
Được gọi trước khi PoC chạy, trả về một AutoCloseable đóng sau khi PoC kết thúc |
Phương thức công khai
checkCmdResult
public void checkCmdResult (CommandResult result)
Được gọi sau khi PoC kết thúc
| Tham số | |
|---|---|
result |
CommandResult |
withAutoCloseable
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
Được gọi trước khi PoC chạy, trả về một AutoCloseable đóng sau khi PoC kết thúc
| Tham số | |
|---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
| Giá trị trả về | |
|---|---|
AutoCloseable |
|
| Gửi | |
|---|---|
Exception |
|