GetPreviousPassedHelper
public
class
GetPreviousPassedHelper
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.filter.GetPreviousPassedHelper |
以前に渡されたテストフィルタを取得するヘルパー。
概要
パブリック コンストラクタ | |
---|---|
GetPreviousPassedHelper()
|
パブリック メソッド | |
---|---|
|
getPreviousPassedFilters(IConfiguration config)
以前の試行から該当する場合、以前に合格したテストを取得します。 |
パブリック コンストラクタ
GetPreviousPassedHelper
public GetPreviousPassedHelper ()
パブリック メソッド
getPreviousPassedFilters
publicgetPreviousPassedFilters (IConfiguration config)
以前の試行から該当する場合、以前に合格したテストを取得します。
パラメータ | |
---|---|
config |
IConfiguration : フィルタを適用する構成 |
戻り値 | |
---|---|
|
以前に合格したテストのリスト。 |