GetPreviousPassedHelper

public class GetPreviousPassedHelper
extends Object

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


用于获取之前通过的测试过滤条件的帮助程序。

摘要

公共构造函数

GetPreviousPassedHelper()

公共方法

getPreviousPassedFilters(IConfiguration config)

提取上一次尝试中之前通过的测试(如果适用)。

公共构造函数

GetPreviousPassedHelper

public GetPreviousPassedHelper ()

公共方法

getPreviousPassedFilters

public  getPreviousPassedFilters (IConfiguration config)

提取上一次尝试中之前通过的测试(如果适用)。

参数
config IConfiguration:要应用过滤条件的配置

返回
之前通过的测试的列表。