Bộ thiết bị

public class DeviceSuite
extends Suite implements IAbiReceiver, ISetOptionReceiver, ITestInformationReceiver

java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.runners.ParentRunner<org.junit.runner.Runner>
       ↳ org.junit.runners.Suite
         ↳ com.android.tradefed.testtype.DeviceSuite


Mở rộng vùng chứa JUnit4 Suite để cung cấp ITestDevice cho các chương trình kiểm thử yêu cầu mã đó.

Tóm tắt

Hàm khởi tạo công khai

DeviceSuite(Class<?> klass, RunnerBuilder builder)

Phương thức công khai

IAbi getAbi()
TestInformation getTestInformation()
void setAbi(IAbi abi)
void setTestInformation(TestInformation testInformation)

Phương thức được bảo vệ

void runChild(Runner runner, RunNotifier notifier)

Hàm khởi tạo công khai

Bộ thiết bị

public DeviceSuite (Class<?> klass, 
                RunnerBuilder builder)

Tham số
klass Class

builder RunnerBuilder

Gửi
InitializationError

Phương thức công khai

getAbi

public IAbi getAbi ()

Giá trị trả về
IAbi

nhận thông tin kiểm tra

public TestInformation getTestInformation ()

Giá trị trả về
TestInformation

setAbi

public void setAbi (IAbi abi)

Tham số
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

Tham số
testInformation TestInformation

Phương thức được bảo vệ

runchild

protected void runChild (Runner runner, 
                RunNotifier notifier)

Tham số
runner Runner

notifier RunNotifier