获取上一个已通过的助手

public class GetPreviousPassedHelper
extends Object

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


帮助获取之前通过的测试过滤器。

概括

公共构造函数

GetPreviousPassedHelper ()

公共方法

getPreviousPassedFilters ( IConfiguration config)

如果适用的话,从之前的尝试中获取之前通过的测试。

公共构造函数

获取上一个已通过的助手

public GetPreviousPassedHelper ()

公共方法

获取上一个已通过的过滤器

public  getPreviousPassedFilters (IConfiguration config)

如果适用的话,从之前的尝试中获取之前通过的测试。

参数
config IConfiguration :应用过滤器的配置

退货
之前通过的测试列表。