GetPreviousPassedHelper

public class GetPreviousPassedHelper
extends Object

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


Helper to get the previous passed test filters.

Summary

Public constructors

GetPreviousPassedHelper()

Public methods

Set<String> getPreviousPassedFilters(IConfiguration config)

Fetch previous passed tests if applicable from previous attempt.

Public constructors

GetPreviousPassedHelper

public GetPreviousPassedHelper ()

Public methods

getPreviousPassedFilters

public Set<String> getPreviousPassedFilters (IConfiguration config)

Fetch previous passed tests if applicable from previous attempt.

Parameters
config IConfiguration: The configuration to apply filter to

Returns
Set<String> The list of tests that previously passed.