RustTestBase

public abstract class RustTestBase
extends Object implements IRemoteTest , ITestFilterReceiver , IAbiReceiver

java.lang.オブジェクト
com.android.tradefed.testtype.rust.RustTestBase


RustBinaryHostTest と RustBinaryTest の基本クラス

まとめ

入れ子になったクラス

class RustTestBase.EnvPair

class RustTestBase.Invocation

田畑

protected long mTestTimeout

パブリックコンストラクター

RustTestBase ()

パブリックメソッド

void addAllExcludeFilters ( filters) addAllExcludeFilters ( filters)

テストを除外するフィルターのERROR(/Set)を追加します。

void addAllIncludeFilters ( filters) addAllIncludeFilters ( filters)

テストを含めるフィルターのERROR(/Set)を追加します。

void addExcludeFilter (String filter)

除外するテストのフィルターを追加します。

void addIncludeFilter (String filter)

どのテストを含めるかのフィルターを追加します。

void clearExcludeFilters ()

現在追跡されているすべての除外フィルターを削除します。

void clearIncludeFilters ()

現在追跡されているすべての組み込みフィルターを削除します。

IAbi getAbi ()
getExcludeFilters ()

除外フィルターの現在のERROR(/Set)を返します。

getIncludeFilters ()

インクルードフィルターの現在のERROR(/Set)を返します。

void setAbi ( IAbi abi)

保護されたメソッド

void collectTestLines (String[] testList, foundTests) collectTestLines (String[] testList, foundTests)

testList でテスト ケース名を検索し、foundTests に追加します。

generateInvocations (File target)

田畑

mテストタイムアウト

protected long mTestTimeout

パブリックコンストラクター

RustTestBase

public RustTestBase ()

パブリックメソッド

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

クリア除外フィルター

public void clearExcludeFilters ()

現在追跡されているすべての除外フィルターを削除します。

ClearIncludeFilters

public void clearIncludeFilters ()

現在追跡されているすべての組み込みフィルターを削除します。

アビを取得

public IAbi getAbi ()

戻り値
IAbi

getExcludeFilters

public  getExcludeFilters ()

除外フィルターの現在のERROR(/Set)を返します。

戻り値

getIncludeFilters

public  getIncludeFilters ()

インクルードフィルターの現在のERROR(/Set)を返します。

戻り値

セットアビ

public void setAbi (IAbi abi)

パラメーター
abi IAbi

保護されたメソッド

テストラインを収集する

protected void collectTestLines (String[] testList, 
                 foundTests)

testList でテスト ケース名を検索し、foundTests に追加します。

パラメーター
testList String

foundTests

呼び出しの生成

protected  generateInvocations (File target)

パラメーター
target File

戻り値