GetPreviousPassedHelper

public class GetPreviousPassedHelper
extends Object

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


Funkcja pomocnicza do pobierania poprzednich filtrów testów, które zostały zaliczone.

Podsumowanie

Konstruktory publiczne

GetPreviousPassedHelper()

Metody publiczne

Set<String> getPreviousPassedFilters(IConfiguration config)

W razie potrzeby pobierz z poprzedniej próby wcześniejsze testy, które zostały zaliczone.

Konstruktory publiczne

GetPreviousPassedHelper

public GetPreviousPassedHelper ()

Metody publiczne

getPreviousPassedFilters

public Set<String> getPreviousPassedFilters (IConfiguration config)

W razie potrzeby pobierz z poprzedniej próby wcześniejsze testy, które zostały zaliczone.

Parametry
config IConfiguration: konfiguracja, do której ma być zastosowany filtr.

Zwraca
Set<String> Lista testów, które wcześniej zostały zaliczone.