GetPreviousPassedHelper

public class GetPreviousPassedHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.filter.GetPreviousPassedHelper


以前に合格したテストフィルタを取得するヘルパー。

概要

パブリック コンストラクタ

GetPreviousPassedHelper()

パブリック メソッド

Set<String> getPreviousPassedFilters(IConfiguration config)

該当する場合は、以前の試行から以前の合格したテストを取得します。

パブリック コンストラクタ

GetPreviousPassedHelper

public GetPreviousPassedHelper ()

パブリック メソッド

getPreviousPassedFilters

public Set<String> getPreviousPassedFilters (IConfiguration config)

該当する場合は、以前の試行から以前の合格したテストを取得します。

パラメータ
config IConfiguration: フィルタを適用する構成

戻り値
Set<String> 以前に合格したテストのリスト。