ExecutableBaseTest
public
abstract
class
ExecutableBaseTest
extends Object
implements
IAbiReceiver,
IConfigurationReceiver,
IDiscoverDependencies,
IRemoteTest,
IRuntimeHintProvider,
IShardableTest,
ITestCollector,
ITestFilterReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.binary.ExecutableBaseTest |
実行可能なスタイルのテストの基本クラス。例: バイナリ、シェル スクリプト。
概要
フィールド | |
---|---|
public
static
final
String |
NO_BINARY_ERROR
|
パブリック コンストラクタ | |
---|---|
ExecutableBaseTest()
|
パブリック メソッド | |
---|---|
void
|
addAllExcludeFilters(
除外するテストのフィルタの |
void
|
addAllIncludeFilters(
含めるテストのフィルタの |
void
|
addExcludeFilter(String filter)
除外するテストのフィルタを追加します。 |
void
|
addIncludeFilter(String filter)
含めるテストのフィルタを追加します。 |
void
|
clearExcludeFilters()
現在トラッキングされている除外フィルタをすべて削除します。 |
void
|
clearIncludeFilters()
現在トラッキングされている一致フィルタをすべて削除します。 |
abstract
String
|
findBinary(String binary)
実行可能なバイナリを検索します。 |
IAbi
|
getAbi()
|
boolean
|
getCollectTestsOnly()
|
|
getExcludeFilters()
除外フィルタの現在の |
|
getIncludeFilters()
一致フィルタの現在の |
final
long
|
getRuntimeHint()
テストで想定される実行時間を ミリ秒単位です。 |
|
reportDependencies()
|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
テストを実行し、結果をリスナーに報告します。 |
abstract
void
|
runBinary(String binaryPath, ITestInvocationListener listener, TestDescription description)
指定されたパスでバイナリを実際に実行します。 |
final
void
|
setAbi(IAbi abi)
|
final
void
|
setCollectTestsOnly(boolean shouldCollectTest)
テスト収集モードを有効または無効にします |
void
|
setConfiguration(IConfiguration configuration)
使用中の |
final
|
split(int shardHint)
|
保護されたメソッド | |
---|---|
boolean
|
doesRunBinaryGenerateTestResults()
|
IConfiguration
|
getConfiguration()
テスト構成を返します。 |
TestDescription[]
|
getFilterDescriptions(
|
String
|
getModuleId(IInvocationContext context)
|
long
|
getTimeoutPerBinaryMs()
|
フィールド
NO_BINARY_ERROR
public static final String NO_BINARY_ERROR
パブリック コンストラクタ
ExecutableBaseTest
public ExecutableBaseTest ()
パブリック メソッド
addAllExcludeFilters
public void addAllExcludeFilters (filters)
除外するテストのフィルタの ERROR(/Set)
を追加します。
パラメータ | |
---|---|
filters |
|
addAllIncludeFilters
public void addAllIncludeFilters (filters)
含めるテストのフィルタの ERROR(/Set)
を追加します。
パラメータ | |
---|---|
filters |
|
addExcludeFilter
public void addExcludeFilter (String filter)
除外するテストのフィルタを追加します。
パラメータ | |
---|---|
filter |
String |
addIncludeFilter
public void addIncludeFilter (String filter)
含めるテストのフィルタを追加します。
パラメータ | |
---|---|
filter |
String |
ClearExcludeFilters
public void clearExcludeFilters ()
現在トラッキングされている除外フィルタをすべて削除します。
ClearIncludeFilters
public void clearIncludeFilters ()
現在トラッキングされている一致フィルタをすべて削除します。
findBinary
public abstract String findBinary (String binary)
実行可能なバイナリを検索します。
パラメータ | |
---|---|
binary |
String : バイナリのパス、または単にバイナリ名。 |
戻り値 | |
---|---|
String |
バイナリへのパス。見つからなかった場合は null。 |
例外 | |
---|---|
DeviceNotAvailableException |
getCollectTestsOnly
public boolean getCollectTestsOnly ()
戻り値 | |
---|---|
boolean |
getRuntimeHint
public final long getRuntimeHint ()
テストで想定される実行時間を ミリ秒単位です。 この時間は、シャーディングされた実行のロード バランシングに使用されます
戻り値 | |
---|---|
long |
reportDependencies
publicreportDependencies ()
戻り値 | |
---|---|
|
ホームラン
public void run (TestInformation testInfo, ITestInvocationListener listener)
テストを実行し、結果をリスナーに報告します。
パラメータ | |
---|---|
testInfo |
TestInformation : 実行に役立つ情報を含む TestInformation オブジェクト
テストです。 |
listener |
ITestInvocationListener : テスト結果の ITestInvocationListener |
例外 | |
---|---|
DeviceNotAvailableException |
runBinary
public abstract void runBinary (String binaryPath, ITestInvocationListener listener, TestDescription description)
指定されたパスでバイナリを実際に実行します。
パラメータ | |
---|---|
binaryPath |
String : バイナリのパス。 |
listener |
ITestInvocationListener : 結果を報告するリスナー。 |
description |
TestDescription : 進行中のテスト。 |
例外 | |
---|---|
DeviceNotAvailableException |
setCollectTestsOnly
public final void setCollectTestsOnly (boolean shouldCollectTest)
テスト収集モードを有効または無効にします
setConfiguration
public void setConfiguration (IConfiguration configuration)
使用中の IConfiguration
を注入します。
パラメータ | |
---|---|
configuration |
IConfiguration |
分割
public finalsplit (int shardHint)
split()
の代替バージョン。試行対象の shardCount も提供されます。
指定します。これは、場合によって任意に決定できないテストランナーに有用です。
パラメータ | |
---|---|
shardHint |
int : 試行されたシャードの数。 |
戻り値 | |
---|---|
|
個別に実行するサブテストのコレクション。テストが必要な場合は null
現在シャーディング不可 |
保護されたメソッド
doesRunBinaryGenerateTestResults
protected boolean doesRunBinaryGenerateTestResults ()
戻り値 | |
---|---|
boolean |
getConfiguration
protected IConfiguration getConfiguration ()
テスト構成を返します。
戻り値 | |
---|---|
IConfiguration |
IConfiguration |
getFilterDescriptions
protected TestDescription[] getFilterDescriptions (testCommands)
パラメータ | |
---|---|
testCommands |
|
戻り値 | |
---|---|
TestDescription[] |
getModuleId
protected String getModuleId (IInvocationContext context)
パラメータ | |
---|---|
context |
IInvocationContext |
戻り値 | |
---|---|
String |
getTimeoutPerBinaryMs
protected long getTimeoutPerBinaryMs ()
戻り値 | |
---|---|
long |
実行のために各バイナリに適用されるタイムアウト。 |