DeviceSuite

public class DeviceSuite
extends Suite implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.Object
org.junit.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

테스트정보 가져오기

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