DelegatedInvocationExecution

public class DelegatedInvocationExecution
extends InvocationExecution

java.lang.Object
   ↳ com.android.tradefed.invoker.InvocationExecution
     ↳ com.android.tradefed.invoker.DelegatedInvocationExecution


InvocationExecution,以便將執行作業委派給另一個交易二進位檔。

摘要

欄位

public static final String DELEGATED_MODE_VAR

如果顯示叫用是在委派模式下執行

公用建構函式

DelegatedInvocationExecution()

公用方法

void doCleanUp(IInvocationContext context, IConfiguration config, Throwable exception)

執行 target_preparer 和 multi_target_preparer 清理步驟。

void doSetup(TestInformation testInfo, IConfiguration config, ITestLogger listener)

執行 target_preparer 和 multi_target_preparer setUp 步驟。

void doTeardown(TestInformation testInfo, IConfiguration config, ITestLogger logger, Throwable exception)

執行 target_preparer 和 multi_target_preparer 拆解步驟。

void reportLogs(ITestDevice device, ITestLogger logger, TestInvocation.Stage stage)

回報叫用不同階段的部分裝置記錄。

void runDevicePostInvocationTearDown(IInvocationContext context, IConfiguration config, Throwable exception)

針對ITestDevice#postInvocationTearDown(Throwable) 呼叫。

void runDevicePreInvocationSetup(IInvocationContext context, IConfiguration config, ITestLogger logger)

針對ERROR(ITestDevice#preInvocationSetup(IBuildInfo)/com.android.tradefed.device.ITestDevice#preInvocationSetup(com.android.tradefed.build.IBuildInfo) ITestDevice#preInvocationSetup(IBuildInfo)) 呼叫。

void runTests(TestInformation info, IConfiguration config, ITestInvocationListener listener)

執行測試。

boolean shardConfig(IConfiguration config, TestInformation testInfo, IRescheduler rescheduler, ITestLogger logger)

嘗試將設定分割成子設定,以便重新排定執行時間 來平行處理多項資源

欄位

DELEGATED_MODE_VAR

public static final String DELEGATED_MODE_VAR

如果顯示叫用是在委派模式下執行

公用建構函式

DelegatedInvocationExecution

public DelegatedInvocationExecution ()

公用方法

DoCleanUp

public void doCleanUp (IInvocationContext context, 
                IConfiguration config, 
                Throwable exception)

執行 target_preparer 和 multi_target_preparer 清理步驟。裝置是否乾淨 上。

參數
context IInvocationContext:叫用的 IInvocationContext

config IConfiguration:這項測試執行的 IConfiguration

exception Throwable:測試執行時擲回的原始例外狀況。

設定

public void doSetup (TestInformation testInfo, 
                IConfiguration config, 
                ITestLogger listener)

執行 target_preparer 和 multi_target_preparer setUp 步驟。所有裝置是否設定完畢? 執行測試所需的環境

參數
testInfo TestInformation:叫用的 TestInformation

config IConfiguration:這項測試執行的 IConfiguration

listener ITestLogger:回報設定失敗記錄的 ITestLogger

擲回
BuildError
DeviceNotAvailableException
TargetSetupError

Teardown

public void doTeardown (TestInformation testInfo, 
                IConfiguration config, 
                ITestLogger logger, 
                Throwable exception)

執行 target_preparer 和 multi_target_preparer 拆解步驟。裝置是否有撕裂 圖示與設定相關

參數
testInfo TestInformation:叫用的 TestInformation

config IConfiguration:這項測試執行的 IConfiguration

logger ITestLogger:用於回報記錄的 ITestLogger

exception Throwable:測試執行時擲回的原始例外狀況。

報告記錄檔

public void reportLogs (ITestDevice device, 
                ITestLogger logger, 
                TestInvocation.Stage stage)

回報叫用不同階段的部分裝置記錄。例如 logcat。

參數
device ITestDevice:要回報記錄的裝置。

logger ITestLogger:記錄的記錄器。

stage TestInvocation.Stage:目前叫用的階段。

runDevicePostInvocationTearDown

public void runDevicePostInvocationTearDown (IInvocationContext context, 
                IConfiguration config, 
                Throwable exception)

針對ITestDevice#postInvocationTearDown(Throwable) 呼叫。

參數
context IInvocationContext:叫用的 IInvocationContext

config IConfiguration:這項測試執行的 IConfiguration

exception Throwable:測試執行時擲回的原始例外狀況 (如果有的話)。

runDevicePreInvocation 設定

public void runDevicePreInvocationSetup (IInvocationContext context, 
                IConfiguration config, 
                ITestLogger logger)

針對ERROR(ITestDevice#preInvocationSetup(IBuildInfo)/com.android.tradefed.device.ITestDevice#preInvocationSetup(com.android.tradefed.build.IBuildInfo) ITestDevice#preInvocationSetup(IBuildInfo)) 呼叫。

參數
context IInvocationContext:叫用的 IInvocationContext

config IConfiguration:這項測試執行的 IConfiguration

logger ITestLogger:用於回報記錄的 ITestLogger

擲回
DeviceNotAvailableException
TargetSetupError

執行測試

public void runTests (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

執行測試。

參數
info TestInformation:要用來執行測試的 TestInformation

config IConfiguration:要執行的 IConfiguration

listener ITestInvocationListener:測試結果的 ITestInvocationListener

shardConfig

public boolean shardConfig (IConfiguration config, 
                TestInformation testInfo, 
                IRescheduler rescheduler, 
                ITestLogger logger)

嘗試將設定分割成子設定,以便重新排定執行時間 來平行處理多項資源

如果資料分割數量大於 1,系統會按 設定資料分割索引並重新排程。如未設定資料分割數量,系統會退回 IShardHelper#shardConfig

參數
config IConfiguration:目前的 IConfiguration

testInfo TestInformation:保存測試資訊的 TestInformation

rescheduler IReschedulerIRescheduler

logger ITestLoggerITestLogger,用來在資料分割期間記錄檔案。

傳回
boolean 如果測試已分割,則為 true。否則會傳回 false