NativePocCrashAsserter
public
class
NativePocCrashAsserter
extends Object
implements
NativePocAsserter
java.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)
يتم استدعاء الإجراء قبل تشغيل جهة التواصل، ويتم عرض عنصر قابل للإغلاق تلقائيًا يتم إغلاقه بعد انتهاء جهة التواصل (POC). |
الطرق العامة
تأكيد NoCrash
public static NativePocAsserter assertNoCrash ()
يعرض NativePocAsserter الذي يتأكد من أنّ Poc ليس به تعطُّل أمان.
المرتجعات | |
---|---|
NativePocAsserter |
تأكيد NoCrash
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
عرض NativePocAsserter الذي يتأكد من عدم رصد عطل أمني حسب ملف TombstoneUtils.Config المحدَّد
المعلمات | |
---|---|
config |
TombstoneUtils.Config |
المرتجعات | |
---|---|
NativePocAsserter |
تأكيد NoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
عرض NativePocAsserter الذي يفحص العمليات المدرَجة بحثًا عن أي أعطال أمنية.
المعلمات | |
---|---|
patterns |
String |
المرتجعات | |
---|---|
NativePocAsserter |
مع إمكانية الإغلاق التلقائي
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
يتم استدعاء الإجراء قبل تشغيل جهة التواصل، ويتم عرض عنصر قابل للإغلاق تلقائيًا يتم إغلاقه بعد انتهاء جهة التواصل (POC).
المعلمات | |
---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
المرتجعات | |
---|---|
AutoCloseable |
الرميات | |
---|---|
DeviceNotAvailableException |