コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
DeviceSuite
public
class
DeviceSuite
extends Suite
implements
IAbiReceiver,
ISetOptionReceiver,
ITestInformationReceiver
java.lang.Object
|
↳ |
org.junit.runner.Runner
|
|
↳ |
org.junit.runners.ParentRunner<org.junit.runner.Runner>
|
|
|
↳ |
org.junit.runners.Suite
|
|
|
|
↳ |
com.android.tradefed.testtype.DeviceSuite
|
テストに ITestDevice
を提供するために、JUnit4 コンテナ Suite
を拡張します。
必要があります。
概要
パブリック コンストラクタ |
DeviceSuite(Class<?> klass, RunnerBuilder builder)
|
保護されたメソッド |
void
|
runChild(Runner runner, RunNotifier notifier)
|
パブリック コンストラクタ
DeviceSuite
public DeviceSuite (Class<?> klass,
RunnerBuilder builder)
パラメータ |
klass |
Class |
builder |
RunnerBuilder |
パブリック メソッド
getAbi
public IAbi getAbi ()
setAbi
public void setAbi (IAbi abi)
public void setTestInformation (TestInformation testInformation)
パラメータ |
testInformation |
TestInformation |
保護されたメソッド
runChild
protected void runChild (Runner runner,
RunNotifier notifier)
パラメータ |
runner |
Runner |
notifier |
RunNotifier |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2024-08-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-29 UTC。"],[],[]]