NativePocAsserter

public interface NativePocAsserter

com.android.sts.common.NativePocAsserter


Schnittstelle für einen Assertion-Objekt zur Verwendung mit NativePoc.asserter().

Zusammenfassung

Öffentliche Methoden

default void checkCmdResult(CommandResult result)

Wird aufgerufen, nachdem der PoC abgeschlossen ist

default AutoCloseable withAutoCloseable(NativePoc nativePoc, ITestDevice device)

Wird vor der Ausführung eines PoC aufgerufen und gibt ein AutoCloseable zurück, das nach Abschluss des PoC geschlossen wird

Öffentliche Methoden

checkCmdResult

public void checkCmdResult (CommandResult result)

Wird aufgerufen, nachdem der PoC abgeschlossen ist

Parameter
result CommandResult

mitAutoCloseable

public AutoCloseable withAutoCloseable (NativePoc nativePoc, 
                ITestDevice device)

Wird vor der Ausführung eines PoC aufgerufen und gibt ein AutoCloseable zurück, das nach Abschluss des PoC geschlossen wird

Parameter
nativePoc NativePoc

device ITestDevice

Returns
AutoCloseable

Ausgabe
Exception