測試叫用

public class TestInvocation
extends Object implements ITestInvocation

java.lang.Object
   ↳ com.android.tradefed.invoker.TestInvocation


ITestInvocation 的預設實作。

根據 IConfiguration 載入主要物件 - 擷取版本 - 準備目標 - 執行測試 - 報告結果

摘要

常數

long AVAILABILITY_CHECK_TIMEOUT

欄位

public static final String COMMAND_ARGS_KEY

指令列引數屬性的鍵

public static final String INVOCATION_EXTERNAL_DEPENDENCIES

public static final String TRADEFED_CONFIG_NAME

public static final String TRADEFED_END_HOST_LOG

public static final String TRADEFED_INVOC_COMPLETE_HOST_LOG

public static final String TRADEFED_LOG_NAME

公用建構函式

TestInvocation()

公用方法

static IBuildInfo backFillBuildInfoForReporting(String commandLine)

在以下情況下,使用指令列補充 IBuildInfo 以製作報表 下載失敗。

static FailureDescription createFailureFromException(Throwable exception, TestRecordProto.FailureStatus defaultStatus)

從叫用例外狀況建立 FailureDescription

IInvocationExecution createInvocationExec(TestInvocation.RunMode mode)

建立應遵循的叫用路徑。

static String getDeviceLogName(TestInvocation.Stage stage)
static String getEmulatorLogName(TestInvocation.Stage stage)
ITestInvocation.ExitInformation getExitInfo()

指定叫用的結束資訊。

void invoke(IInvocationContext context, IConfiguration config, IRescheduler rescheduler, ITestInvocationListener... extraListeners)

執行測試叫用。

static boolean isSubprocess(IConfiguration config)

如果叫用目前在子程序範圍內,則傳回 true。

void notifyInvocationForceStopped(String message, ErrorIdentifier errorId)

通知 TestInvocation,說明對方已要求停止交易。

void notifyInvocationStopped(String message)

通知 TestInvocation,說明 TradeFed 最終會關閉。

static void printStageDelimiter(TestInvocation.Stage phase, boolean end)

列印指定叫用階段的分隔符號。

void registerExecutionFiles(ExecutionFiles executionFiles)
void setClearcutClient(ClearcutClient client)

引導明確的用戶端回報指標。

static boolean shouldSkipBugreportError(Throwable t)

可在應略過錯誤報告時識別錯誤的輔助方法

String toString()

保護方法

void addInvocationMetric(InvocationMetricLogger.InvocationMetricKey key, String value)
void addInvocationMetric(InvocationMetricLogger.InvocationMetricKey key, long value)
void applyAutomatedReporters(IConfiguration config)
void setExitCode(CommandRunner.ExitCode code, Throwable stack)

設定結束程式碼的輔助程式。

常數

AVAILABILITY_CHECK_TIMEOUT

public static final long AVAILABILITY_CHECK_TIMEOUT

常數值: 180,000 人 (0x000000000002bf20)

欄位

COMMAND_ARGS_KEY

public static final String COMMAND_ARGS_KEY

指令列引數屬性的鍵

INVOCATION_EXTERNAL_DEPENDENCIES

public static final String INVOCATION_EXTERNAL_DEPENDENCIES

TRADEFED_CONFIG_NAME

public static final String TRADEFED_CONFIG_NAME

TRADEFED_END_HOST_LOG

public static final String TRADEFED_END_HOST_LOG

TRADEFED_INVOC_COMPLETE_HOST_LOG

public static final String TRADEFED_INVOC_COMPLETE_HOST_LOG

TRADEFED_LOG_NAME

public static final String TRADEFED_LOG_NAME

公用建構函式

測試叫用

public TestInvocation ()

公用方法

BackFillBuildInfoForReporting

public static IBuildInfo backFillBuildInfoForReporting (String commandLine)

在以下情況下,使用指令列補充 IBuildInfo 以製作報表 下載失敗。

參數
commandLine String

傳回
IBuildInfo

createFailureFromException

public static FailureDescription createFailureFromException (Throwable exception, 
                TestRecordProto.FailureStatus defaultStatus)

從叫用例外狀況建立 FailureDescription

參數
exception Throwable:轉換的例外狀況

defaultStatus TestRecordProto.FailureStatus:如果例外狀況不是 IHarnessException,預設會使用的狀態。

傳回
FailureDescription

createInvocationExec

public IInvocationExecution createInvocationExec (TestInvocation.RunMode mode)

建立應遵循的叫用路徑。

參數
mode TestInvocation.RunMode:我們目前執行時使用的模式。

傳回
IInvocationExecution 說明叫用的 IInvocationExecution

getDeviceLogName

public static String getDeviceLogName (TestInvocation.Stage stage)

參數
stage TestInvocation.Stage

傳回
String

getEmulatorLogName

public static String getEmulatorLogName (TestInvocation.Stage stage)

參數
stage TestInvocation.Stage

傳回
String

getExitInfo

public ITestInvocation.ExitInformation getExitInfo ()

指定叫用的結束資訊。

傳回
ITestInvocation.ExitInformation

叫用

public void invoke (IInvocationContext context, 
                IConfiguration config, 
                IRescheduler rescheduler, 
                ITestInvocationListener... extraListeners)

執行測試叫用。

參數
context IInvocationContext:執行測試的 IInvocationContext

config IConfiguration:這項測試執行的 IConfiguration

rescheduler IReschedulerIRescheduler,用於重新排程叫用的部分 對另一個資源執行

extraListeners ITestInvocationListenerITestInvocationListener,以便通知及下列成員 config

擲回
DeviceNotAvailableException

isSubprocess

public static boolean isSubprocess (IConfiguration config)

如果叫用目前在子程序範圍內,則傳回 true。

參數
config IConfiguration

傳回
boolean

通知 InvocationForceStopped

public void notifyInvocationForceStopped (String message, 
                ErrorIdentifier errorId)

通知 TestInvocation,說明對方已要求停止交易。

參數
message String:與停止叫用相關聯的訊息

errorId ErrorIdentifier:與強制停止相關聯的 ID

通知 InvocationStopped

public void notifyInvocationStopped (String message)

通知 TestInvocation,說明 TradeFed 最終會關閉。

參數
message String:與停止叫用相關聯的訊息

printStageDelimiter

public static void printStageDelimiter (TestInvocation.Stage phase, 
                boolean end)

列印指定叫用階段的分隔符號。

參數
phase TestInvocation.Stage

end boolean

註冊執行檔案

public void registerExecutionFiles (ExecutionFiles executionFiles)

參數
executionFiles ExecutionFiles

setClearcutClient

public void setClearcutClient (ClearcutClient client)

引導明確的用戶端回報指標。

參數
client ClearcutClient

shouldSkipBugreportError

public static boolean shouldSkipBugreportError (Throwable t)

可在應略過錯誤報告時識別錯誤的輔助方法

參數
t Throwable

傳回
boolean

toString

public String toString ()

傳回
String

保護方法

addInvocationMetric

protected void addInvocationMetric (InvocationMetricLogger.InvocationMetricKey key, 
                String value)

參數
key InvocationMetricLogger.InvocationMetricKey

value String

addInvocationMetric

protected void addInvocationMetric (InvocationMetricLogger.InvocationMetricKey key, 
                long value)

參數
key InvocationMetricLogger.InvocationMetricKey

value long

套用自動回報工具

protected void applyAutomatedReporters (IConfiguration config)

參數
config IConfiguration

setExitCode

protected void setExitCode (CommandRunner.ExitCode code, 
                Throwable stack)

設定結束程式碼的輔助程式。公開測試。

參數
code CommandRunner.ExitCode

stack Throwable