TfSuiteRunner

public class TfSuiteRunner
extends ITestSuite

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.ITestSuite
     ↳ com.android.tradefed.testtype.suite.TfSuiteRunner


實作 ITestSuite,從 TF JAR res/config/suite/ 資料夾載入測試。

摘要

公用建構函式

TfSuiteRunner()

公用方法

LinkedHashMap<String, IConfiguration> loadTests()

Abstract method to load the tests configuration that will be run.

公用建構函式

TfSuiteRunner

public TfSuiteRunner ()

公用方法

loadTests

public LinkedHashMap<String, IConfiguration> loadTests ()

載入要執行的測試設定的抽象方法。每項測試都由 IConfiguration 和不重複的名稱定義,並會根據該名稱回報結果。

傳回
LinkedHashMap<String, IConfiguration>