ITestSuiteResultLoader
public
interface
ITestSuiteResultLoader
com.android.tradefed.testtype.suite.retry.ITestSuiteResultLoader |
介面:說明輔助程式,以可重新執行的方式載入先前結果。
摘要
公用方法 | |
---|---|
default
void
|
cleanUp()
清除所有內部狀態。 |
default
void
|
customizeConfiguration(IConfiguration config)
允許專用載入器在重新執行前自訂設定。 |
abstract
String
|
getCommandLine()
從前次執行作業擷取原始指令列。 |
abstract
void
|
init()
初始化載入器。 |
abstract
CollectingTestListener
|
loadPreviousResults()
以 |
公用方法
清理
public void cleanUp ()
清除所有內部狀態。
自訂設定
public void customizeConfiguration (IConfiguration config)
允許專用載入器在重新執行前自訂設定。自訂化通常會在原始設定中加入一些物件,以便執行額外操作。
參數 | |
---|---|
config |
IConfiguration :要重新執行的 IConfiguration 。 |
getCommandLine
public abstract String getCommandLine ()
從先前執行作業中擷取原始指令列。
傳回 | |
---|---|
String |
初始
public abstract void init ()
載入器的初始化。
loadPreviousResults
public abstract CollectingTestListener loadPreviousResults ()
以 CollectingTestListener
格式載入先前的結果。
傳回 | |
---|---|
CollectingTestListener |