NativePocCrashAsserter
public
class
NativePocCrashAsserter
extends Object
implements
NativePocAsserter
JavaScript.lang.Object | |
↳ | com.android.sts.common.NativePocCrashAsserter |
סיכום
שיטות ציבוריות | |
---|---|
static
NativePocAsserter
|
assertNoCrash()
מחזירה NativePocAsserter שמוודא שאין קריסת אבטחה ב-POC. |
static
NativePocAsserter
|
assertNoCrash(TombstoneUtils.Config config)
מחזירה NativePocAsserter שמוודא שלא זוהתה קריסת אבטחה שתואמת ל- מערך הנתונים הנתון של TombstoneUtils.Config |
static
NativePocAsserter
|
assertNoCrashIn(String... patterns)
מחזירה NativePocAsserter שבודק את התהליכים הרשומים כדי לאתר קריסות אבטחה. |
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
מתבצעת קריאה לפני הרצת איש קשר, והחזרת AutoCloseable נסגרת לאחר סיום ה-POC |
שיטות ציבוריות
להצהיר בעלות
public static NativePocAsserter assertNoCrash ()
מחזירה NativePocAsserter שמוודא שאין קריסת אבטחה ב-POC.
החזרות | |
---|---|
NativePocAsserter |
להצהיר בעלות
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
מחזירה NativePocAsserter שמוודא שלא זוהתה קריסת אבטחה שתואמת ל- מערך הנתונים הנתון של TombstoneUtils.Config
פרמטרים | |
---|---|
config |
TombstoneUtils.Config |
החזרות | |
---|---|
NativePocAsserter |
AssertNoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
מחזירה NativePocAsserter שבודק את התהליכים הרשומים כדי לאתר קריסות אבטחה.
פרמטרים | |
---|---|
patterns |
String |
החזרות | |
---|---|
NativePocAsserter |
עם אפשרות לסגירה אוטומטית
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
מתבצעת קריאה לפני הרצת איש קשר, והחזרת AutoCloseable נסגרת לאחר סיום ה-POC
פרמטרים | |
---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
החזרות | |
---|---|
AutoCloseable |
קליעות | |
---|---|
DeviceNotAvailableException |