スタブテスト
public
class
StubTest
extends Object
implements
IAbiReceiver,
IConfigurationReceiver,
IShardableTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.StubTest |
no-op 空のテスト実装。
概要
フィールド | |
---|---|
public
static
final
String |
DNAE_MESSAGE
|
パブリック コンストラクタ | |
---|---|
StubTest()
|
パブリック メソッド | |
---|---|
IAbi
|
getAbi()
|
IConfiguration
|
getConfiguration()
|
boolean
|
getRunTest()
|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
テストを実行し、結果をリスナーに報告します。 |
void
|
setAbi(IAbi abi)
|
void
|
setConfiguration(IConfiguration configuration)
使用中の |
|
split()
テストを個別に実行可能なチャンクに分割します。 |
String
|
toString()
|
フィールド
DNAE_MESSAGE
public static final String DNAE_MESSAGE
パブリック コンストラクタ
スタブテスト
public StubTest ()
パブリック メソッド
getRunTest
public boolean getRunTest ()
戻り値 | |
---|---|
boolean |
ホームラン
public void run (TestInformation testInfo, ITestInvocationListener listener)
テストを実行し、結果をリスナーに報告します。
パラメータ | |
---|---|
testInfo |
TestInformation : 実行に役立つ情報を含む TestInformation オブジェクト
テストです。 |
listener |
ITestInvocationListener : テスト結果の ITestInvocationListener |
例外 | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
使用中の IConfiguration
を注入します。
パラメータ | |
---|---|
configuration |
IConfiguration |
分割
publicsplit ()
テストを個別に実行可能なチャンクに分割します。
これは確定的である必要があり、常に同じイベントに対して同じ IRemoteTest
のリストを返す
同じ入力です。
これはテスト実行前に呼び出されるため、挿入された依存関係(IDeviceTest
の ITestDevice
など)が null になる場合があります。
戻り値 | |
---|---|
|
個別に実行するサブテストのコレクション。テストが必要な場合は null
現在シャーディング不可 |
toString
public String toString ()
戻り値 | |
---|---|
String |