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 :应用过滤器的配置 |
退货 | |
---|---|
之前通过的测试列表。 |