โดย 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 ที่ตรวจสอบว่าตรวจไม่พบข้อขัดข้องด้านความปลอดภัยจาก Accoridng TombstoneUtils.Config ที่ระบุ |
static
NativePocAsserter
|
assertNoCrashIn(String... patterns)
แสดงผล NativePocAsserter ที่ตรวจสอบกระบวนการที่ระบุไว้เพื่อหาข้อขัดข้องด้านความปลอดภัย |
AutoCloseable
|
withAutoCloseable(NativePoc nativePoc, ITestDevice device)
มีการเรียกก่อนที่ PoC จะทำงาน แสดงผล AutoCloseable ซึ่งจะปิดหลังจาก PoC เสร็จสิ้น |
วิธีการสาธารณะ
VerifyNoCrash
public static NativePocAsserter assertNoCrash ()
แสดงผล NativePocAsserter ที่ตรวจสอบว่า Poc ไม่มีข้อขัดข้องด้านความปลอดภัย
คิกรีเทิร์น | |
---|---|
NativePocAsserter |
VerifyNoCrash
public static NativePocAsserter assertNoCrash (TombstoneUtils.Config config)
แสดงผล NativePocAsserter ที่ตรวจสอบว่าไม่พบข้อขัดข้องด้านความปลอดภัยจาก Accoridng ไปยัง TombstoneUtils.Config ที่ระบุ
พารามิเตอร์ | |
---|---|
config |
TombstoneUtils.Config |
คิกรีเทิร์น | |
---|---|
NativePocAsserter |
VerifyNoCrashIn
public static NativePocAsserter assertNoCrashIn (String... patterns)
แสดงผล NativePocAsserter ที่ตรวจสอบกระบวนการที่ระบุไว้เพื่อหาข้อขัดข้องด้านความปลอดภัย
พารามิเตอร์ | |
---|---|
patterns |
String |
คิกรีเทิร์น | |
---|---|
NativePocAsserter |
ปิดอัตโนมัติได้
public AutoCloseable withAutoCloseable (NativePoc nativePoc, ITestDevice device)
มีการเรียกก่อนที่ PoC จะทำงาน แสดงผล AutoCloseable ซึ่งจะปิดหลังจาก PoC เสร็จสิ้น
พารามิเตอร์ | |
---|---|
nativePoc |
NativePoc |
device |
ITestDevice |
คิกรีเทิร์น | |
---|---|
AutoCloseable |
การขว้าง | |
---|---|
DeviceNotAvailableException |