DeviceTestResult
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)
|
パブリック コンストラクタ
DeviceTestResult
public DeviceTestResult ()
パブリック メソッド
endTest
public void endTest (Test test)
パラメータ | |
---|---|
test |
Test |
runProtected
public void runProtected (Test test, Protectable p)
TestCase を実行します。
パラメータ | |
---|---|
test |
Test |
p |
Protectable |
例外 | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
DeviceNotAvailableException が発生した場合 |
startTest
public void startTest (Test test)
パラメータ | |
---|---|
test |
Test |
保護されたメソッド
ホームラン
protected void run (TestCase test)
パラメータ | |
---|---|
test |
TestCase |