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 ()
공개 메서드
종료 테스트
public void endTest (Test test)
매개변수 | |
---|---|
test |
Test |
runProtected
public void runProtected (Test test, Protectable p)
TestCase를 실행합니다.
매개변수 | |
---|---|
test |
Test |
p |
Protectable |
생성 값 | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
DeviceNotAvailableException이 발생하는 경우 |
시작 테스트
public void startTest (Test test)
매개변수 | |
---|---|
test |
Test |
보호된 메서드
실행
protected void run (TestCase test)
매개변수 | |
---|---|
test |
TestCase |