Asystent ISharda

public interface IShardHelper

com.android.tradefed.invoker.shard.IShardHelper


Interfejs obiektu opisującego strategię fragmentacji, którą należy zastosować na potrzeby konfiguracji.

Podsumowanie

Metody publiczne

abstract boolean shardConfig(IConfiguration config, TestInformation testInfo, IRescheduler rescheduler, ITestLogger logger)

Fragment i jeśli to możliwe, przełóż go na inny harmonogram.

Metody publiczne

konfiguracja fragmentu

public abstract boolean shardConfig (IConfiguration config, 
                TestInformation testInfo, 
                IRescheduler rescheduler, 
                ITestLogger logger)

Fragment i jeśli to możliwe, przełóż go na inny harmonogram.

Parametry
config IConfiguration: IConfiguration do uruchomienia.

testInfo TestInformation: wartość TestInformation bieżącego wywołania.

rescheduler IRescheduler: pole IRescheduler, w którym możesz zmienić harmonogram fragmentów.

logger ITestLogger

Zwroty
boolean Prawda, jeśli konfiguracja była pofragmentowana. w przeciwnym razie ma wartość false.