IShardHelper

public interface IShardHelper

com.android.tradefed.invoker.shard.IShardHelper


構成に採用するシャーディング戦略を説明するオブジェクトのインターフェース。

概要

パブリックメソッド

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

シャードを作成し、可能であればシャードのスケジュールを変更します。

パブリックメソッド

shardConfig

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

シャードを作成し、可能であればシャードのスケジュールを変更します。

パラメーター
config IConfiguration :実行されるIConfiguration

testInfo TestInformation :現在の呼び出しのTestInformation

rescheduler IRescheduler :シャードを再スケジュールするIRescheduler

logger ITestLogger

戻り値
boolean構成がシャーディングされた場合はTrue。それ以外の場合はfalse。