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