NativePocCrashAsserter
public
class
NativePocCrashAsserter
extends Object
implements
NativePocAsserter
java.lang.Object
|
🎞 |
com.android.sts.common.nativePocCrashAsserter
|
Riepilogo
Metodi pubblici |
static
NativePocAsserter
|
assertNoCrash()
Restituisce un NativePocAsserter che garantisce che il Poc non abbia un arresto anomalo di sicurezza.
|
static
NativePocAsserter
|
assertNoCrash(TombstoneUtils.Config config)
Restituisce un NativePocAsserter che garantisce che non sia stato rilevato alcun arresto anomalo di sicurezza in base al
il valore TombstoneUtils.Config specificato
|
static
NativePocAsserter
|
assertNoCrashIn(String... patterns)
Restituisce un NativePocAsserter che verifica la presenza di eventuali arresti anomali della sicurezza nei processi elencati.
|
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
Richiamato prima dell'esecuzione di un PDC, restituisce un AutoCloseable che si chiude al termine del PDC
|
Metodi pubblici
dichiaraNoCrash
public static NativePocAsserter assertNoCrash ()
Restituisce un NativePocAsserter che garantisce che il Poc non abbia un arresto anomalo di sicurezza.
dichiaraNoCrash
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
Restituisce un NativePocAsserter che garantisce che non sia stato rilevato alcun arresto anomalo di sicurezza in base al
il valore TombstoneUtils.Config specificato
Parametri |
config |
TombstoneUtils.Config |
dichiaraNoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
Restituisce un NativePocAsserter che verifica la presenza di eventuali arresti anomali della sicurezza nei processi elencati.
Parametri |
patterns |
String |
conChiusura automatica
public AutoCloseable withAutoCloseable (NativePoc nativePoc,
ITestDevice device)
Richiamato prima dell'esecuzione di un PDC, restituisce un AutoCloseable che si chiude al termine del PDC
Parametri |
nativePoc |
NativePoc |
device |
ITestDevice |
Lanci |
DeviceNotAvailableException |
|