DeviceSuite

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)

공개 생성자

DeviceSuite

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

매개변수
klass Class

builder RunnerBuilder

생성 값
InitializationError

공개 메서드

getAbi

public IAbi getAbi ()

반환 값
IAbi

getTestInformation

public TestInformation getTestInformation ()

반환 값
TestInformation

setAbi

public void setAbi (IAbi abi)

매개변수
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

매개변수
testInformation TestInformation

보호된 메서드

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

매개변수
runner Runner

notifier RunNotifier