نتيجة اختبار الجهاز
public
class
DeviceTestResult
extends TestResult
java.lang.Object | ||
↳ | junit.framework.TestResult | |
↳ | com.android.tradefed.testtype.DeviceTestResult |
تخصص في TestResult
سيتم إلغاءه عند
يحدث DeviceNotAvailableException
ملخّص
الصفوف المتداخلة | |
---|---|
class |
DeviceTestResult.RuntimeDeviceNotAvailableException
|
شركة إنشاءات عامة | |
---|---|
DeviceTestResult()
|
الطرق العامة | |
---|---|
void
|
endTest(Test test)
|
void
|
runProtected(Test test, Protectable p)
لتشغيل TestCase. |
void
|
setTestInfo(TestInformation testInfo)
|
void
|
startTest(Test test)
|
الطرق المحمية | |
---|---|
void
|
run(TestCase test)
|
شركة إنشاءات عامة
نتيجة اختبار الجهاز
public DeviceTestResult ()
الطرق العامة
إنهاء الاختبار
public void endTest (Test test)
المعلمات | |
---|---|
test |
Test |
RunProtected
public void runProtected (Test test, Protectable p)
لتشغيل TestCase.
المعلمات | |
---|---|
test |
Test |
p |
Protectable |
الرميات | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
في حال حدوث DeviceNot availableException |
بدء الاختبار
public void startTest (Test test)
المعلمات | |
---|---|
test |
Test |
الطرق المحمية
ضربة طويلة
protected void run (TestCase test)
المعلمات | |
---|---|
test |
TestCase |