NativeStressTest

public class NativeStressTest
extends Object implements IDeviceTest, IRemoteTest

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


測試在指定裝置上執行原生壓力測試執行檔的測試。

使用 NativeStressTestParser 剖析已完成的疊代作業和回報的疊代次數 然後將結果提供給 ITestInvocationListener

摘要

公用建構函式

NativeStressTest()

公用方法

ITestDevice getDevice()

取得要測試的裝置。

String getModuleName()

取得要執行的 Android 原生測試模組。

void run(TestInformation testInfo, ITestInvocationListener listener)

執行測試,並將結果回報給事件監聽器。

void setDevice(ITestDevice device)

插入要測試的裝置。

void setModuleName(String moduleName)

設定要執行的 Android 原生壓力測試模組。

公用建構函式

NativeStressTest

public NativeStressTest ()

公用方法

getDevice

public ITestDevice getDevice ()

取得要測試的裝置。

傳回
ITestDevice ITestDevice

getModuleName

public String getModuleName ()

取得要執行的 Android 原生測試模組。

傳回
String 要執行的原生測試模組名稱;如未設定,則為空值

得分

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

執行測試,並將結果回報給事件監聽器。

參數
testInfo TestInformationTestInformation 物件,包含可執行的實用資訊 測試。

listener ITestInvocationListener:測試結果的 ITestInvocationListener

擲回
DeviceNotAvailableException

setDevice

public void setDevice (ITestDevice device)

插入要測試的裝置。

參數
device ITestDevice:要使用的 ITestDevice

設定模組名稱

public void setModuleName (String moduleName)

設定要執行的 Android 原生壓力測試模組。

參數
moduleName String:要執行的原生測試模組名稱