NativePocCrashAsserter
public
class
NativePocCrashAsserter
extends Object
implements
NativePocAsserter
java.lang.Object | |
↳ | com.android.sts.common.NativePocCrashAsserter |
Ringkasan
Metode publik | |
---|---|
static
NativePocAsserter
|
assertNoCrash()
Menampilkan NativePocAsserter yang memastikan Poc tidak mengalami error keamanan. |
static
NativePocAsserter
|
assertNoCrash(TombstoneUtils.Config config)
Menampilkan NativePocAsserter yang memastikan tidak ada error keamanan yang terdeteksi menurut TombstoneUtils.Config yang diberikan |
static
NativePocAsserter
|
assertNoCrashIn(String... patterns)
Menampilkan NativePocAsserter yang memeriksa proses yang tercantum untuk menemukan error keamanan. |
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
Dipanggil sebelum PoC berjalan, menampilkan AutoCloseable yang ditutup setelah PoC selesai |
Metode publik
pernyataanNoCrash
public static NativePocAsserter assertNoCrash ()
Menampilkan NativePocAsserter yang memastikan Poc tidak mengalami error keamanan.
Hasil | |
---|---|
NativePocAsserter |
pernyataanNoCrash
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
Menampilkan NativePocAsserter yang memastikan tidak ada error keamanan yang terdeteksi menurut TombstoneUtils.Config yang diberikan
Parameter | |
---|---|
config |
TombstoneUtils.Config |
Hasil | |
---|---|
NativePocAsserter |
pernyataanNoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
Menampilkan NativePocAsserter yang memeriksa proses yang tercantum untuk menemukan error keamanan.
Parameter | |
---|---|
patterns |
String |
Hasil | |
---|---|
NativePocAsserter |
withAutoCloseable
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
Dipanggil sebelum PoC berjalan, menampilkan AutoCloseable yang ditutup setelah PoC selesai
Parameter | |
---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
Hasil | |
---|---|
AutoCloseable |
Menampilkan | |
---|---|
DeviceNotAvailableException |