NoisyDryRunTest

public class NoisyDryRunTest
extends Object implements IRemoteTest

java.lang.Object
   ↳ com.android.tradefed.testtype.NoisyDryRunTest


명령어 파일에서 노이즈가 있는 연습 실행을 실행합니다.

요약

공개 생성자

NoisyDryRunTest()

공개 메서드

void run(TestInformation testInfo, ITestInvocationListener listener)

테스트를 실행하고 리스너에 결과를 보고합니다.

void testSandboxCommand(String[] args)

샌드박스화된 명령어 로드를 테스트합니다.

공개 생성자

NoisyDryRunTest

public NoisyDryRunTest ()

공개 메서드

실행

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

테스트를 실행하고 리스너에 결과를 보고합니다.

매개변수
testInfo TestInformation: 테스트를 실행하는 데 유용한 정보가 포함된 TestInformation 객체입니다.

listener ITestInvocationListener: 테스트 결과의 ITestInvocationListener

생성 값
DeviceNotAvailableException

testSandboxCommand

public void testSandboxCommand (String[] args)

샌드박스화된 명령어 로드를 테스트합니다.

매개변수
args String

생성 값
ConfigurationException