RustBinaryTest
public class RustBinaryTest
extends RustTestBase
implements IDeviceTest , IConfigurationReceiver
java.lang.객체 | ||
↳ | 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) 사용 중인 |
void | setDevice ( ITestDevice device) 테스트 중인 장치를 주입합니다. |
void | setModuleName (String name) |
공개 생성자
RustBinaryTest
public RustBinaryTest ()
공개 방법
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 |
setDevice
public void setDevice (ITestDevice device)
테스트 중인 장치를 주입합니다.
매개변수 | |
---|---|
device | ITestDevice : 사용할 ITestDevice |
setModuleName
public void setModuleName (String name)
매개변수 | |
---|---|
name | String |