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 を返す

パブリック メソッド

checkCmdResult

public void checkCmdResult (CommandResult result)

PoC 終了後に呼び出される

パラメータ
result CommandResult

withAutoCloseable

public AutoCloseable withAutoCloseable (NativePoc nativePoc, 
                ITestDevice device)

PoC の実行前に呼び出されると、PoC の終了後に終了する AutoCloseable を返す

パラメータ
nativePoc NativePoc

device ITestDevice

戻り値
AutoCloseable

例外
Exception