NativePocAsserter

public interface NativePocAsserter

com.android.sts.common.NativePocAsserter


Bir iddia edenin NativePoc.asserter() ile kullanacağı arayüz.

Özet

Herkese açık yöntemler

default void checkCmdResult(CommandResult result)

PoC tamamlandıktan sonra çağrılır.

default AutoCloseable withAutoCloseable(NativePoc nativePoc, ITestDevice device)

Bir PoC çalıştırılmadan önce çağrılır, PoC tamamlandıktan sonra kapanan bir AutoCloseable döndürür

Herkese açık yöntemler

checkCmdResult

public void checkCmdResult (CommandResult result)

PoC tamamlandıktan sonra çağrılır.

Parametreler
result CommandResult

withAutoCloseable

public AutoCloseable withAutoCloseable (NativePoc nativePoc, 
                ITestDevice device)

Bir PoC çalıştırılmadan önce çağrılır, PoC tamamlandıktan sonra kapanan bir AutoCloseable döndürür

Parametreler
nativePoc NativePoc

device ITestDevice

İlerlemeler
AutoCloseable

Atışlar
Exception