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

getPreviousPassedFilters(IConfiguration config)

Fetch previous passed tests if applicable from previous attempt.

Public constructors

GetPreviousPassedHelper

public GetPreviousPassedHelper ()

Public methods

getPreviousPassedFilters

public  getPreviousPassedFilters (IConfiguration config)

Fetch previous passed tests if applicable from previous attempt.

Parameters
config IConfiguration: The configuration to apply filter to

Returns
The list of tests that previously passed.