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> 先前通過的測試清單。