NativePocCrashAsserter

public class NativePocCrashAsserter
extends Object implements NativePocAsserter

java.lang.Object
   ↳ com.android.sts.common.NativePocCrashAsserter


Özet

Herkese açık yöntemler

static NativePocAsserter assertNoCrash()

Poc'ta güvenlik kilitlenmesinin olmadığından emin olan bir NativePocAsserter döndürür.

static NativePocAsserter assertNoCrash(TombstoneUtils.Config config)

Verilen TombstoneUtils.Config'e göre güvenlik kilitlenmesinin algılanmadığından emin olan bir NativePocAsserter döndürür

static NativePocAsserter assertNoCrashIn(String... patterns)

Listelenen süreçlerde güvenlik kilitlenmelerini kontrol eden bir NativePocAsserter döndürür.

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

assertNoCrash

public static NativePocAsserter assertNoCrash ()

Poc'ta güvenlik kilitlenmesinin olmadığından emin olan bir NativePocAsserter döndürür.

İlerlemeler
NativePocAsserter

assertNoCrash

public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)

Verilen TombstoneUtils.Config'e göre güvenlik kilitlenmesinin algılanmadığından emin olan bir NativePocAsserter döndürür

Parametreler
config TombstoneUtils.Config

İlerlemeler
NativePocAsserter

assertNoCrashIn

public static NativePocAsserter assertNoCrashIn (String... patterns)

Listelenen işlemleri güvenlik kilitlenmeleri açısından kontrol eden bir NativePocAsserter döndürür.

Parametreler
patterns String

İlerlemeler
NativePocAsserter

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
DeviceNotAvailableException