RustBinaryTest

public class RustBinaryTest
extends RustTestBase implements IConfigurationReceiver, IDeviceTest

java.lang.Object의 클래스
   ↳ com.android.tradefed.testtype.rust.RustTestBase
     ↳ com.android.tradefed.testtype.rust.RustBinaryTest


지정된 기기에서 Rust 바이너리를 실행하는 테스트입니다.

요약

공개 생성자

RustBinaryTest()

공개 메서드

ITestDevice getDevice()

테스트 대상 기기를 가져옵니다.

String getTestModule()
void run(TestInformation testInfo, ITestInvocationListener listener)

void setConfiguration(IConfiguration configuration)

사용 중인 IConfiguration를 삽입합니다.

void setDevice(ITestDevice device)

테스트 중인 기기를 삽입합니다.

void setModuleName(String name)

공개 생성자

RustBinaryTest

public RustBinaryTest ()

공개 메서드

getDevice

public ITestDevice getDevice ()

테스트 대상 기기를 가져옵니다.

반환 값
ITestDevice ITestDevice

getTestModule

public String getTestModule ()

반환 값
String

실행

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

매개변수
testInfo TestInformation

listener ITestInvocationListener

생성 값
DeviceNotAvailableException

setConfiguration

public void setConfiguration (IConfiguration configuration)

사용 중인 IConfiguration를 삽입합니다.

매개변수
configuration IConfiguration

기기

public void setDevice (ITestDevice device)

테스트 중인 기기를 삽입합니다.

매개변수
device ITestDevice: 사용할 ITestDevice

setModuleName

public void setModuleName (String name)

매개변수
name String