NativePocAsserter

public interface NativePocAsserter

com.android.sts.common.NativePocAsserter


NativePoc.asserter() 搭配使用的斷言介面。

摘要

公用方法

default void checkCmdResult(CommandResult result)

在 PoC 完成後呼叫

default AutoCloseable withAutoCloseable(NativePoc nativePoc, ITestDevice device)

在 PoC 執行之前呼叫,傳回在 PoC 完成後關閉的 AutoCloseable

公用方法

checkCmd 結果

public void checkCmdResult (CommandResult result)

在 PoC 完成後呼叫

參數
result CommandResult

支援自動關閉功能

public AutoCloseable withAutoCloseable (NativePoc nativePoc, 
                ITestDevice device)

在 PoC 執行之前呼叫,傳回在 PoC 完成後關閉的 AutoCloseable

參數
nativePoc NativePoc

device ITestDevice

傳回
AutoCloseable

擲回
Exception