NativePocAsserter (Trình xác nhận gốc)

public interface NativePocAsserter

com.android.sts.common.NativePocAsserter


Giao diện để 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

kiểm traCmdResult

public void checkCmdResult (CommandResult result)

Được gọi sau khi PoC kết thúc

Tham số
result CommandResult

có thể đóng tự động

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