기기 제품군

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


테스트에 ITestDevice를 제공하기 위해 JUnit4 컨테이너 Suite를 확장합니다. 그것을 필요로 하는

요약

공개 생성자

DeviceSuite(Class<?> klass, RunnerBuilder builder)

공개 메서드

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

보호된 메서드

void runChild(Runner runner, RunNotifier notifier)

공개 생성자

기기 제품군

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

매개변수
klass Class

builder RunnerBuilder

생성 값
InitializationError

공개 메서드

게트아비

public IAbi getAbi ()

반환 값
IAbi

테스트 정보 가져오기

public TestInformation getTestInformation ()

반환 값
TestInformation

SetAbi

public void setAbi (IAbi abi)

매개변수
abi IAbi

테스트 정보 설정

public void setTestInformation (TestInformation testInformation)

매개변수
testInformation TestInformation

보호된 메서드

runChild(하위 실행)

protected void runChild (Runner runner, 
                RunNotifier notifier)

매개변수
runner Runner

notifier RunNotifier