コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
DeviceParameterizedRunner
public
class
DeviceParameterizedRunner
extends JUnitParamsRunner
implements
IAbiReceiver,
ISetOptionReceiver,
ITestInformationReceiver
java.lang.Object
|
↳ |
org.junit.runner.Runner
|
|
↳ |
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
|
|
|
↳ |
org.junit.runners.BlockJUnit4ClassRunner
|
|
|
|
↳ |
junitparams.JUnitParamsRunner
|
|
|
|
|
↳ |
com.android.tradefed.testtype.junit4.DeviceParameterizedRunner
|
ホスト側のパラメータ化テスト用の JUnit4 スタイルのパラメータ化ランナー。
このランナーは、JUnit4 ネイティブの Parameterized
ではなく JUnitParamsRunner
に基づいています。
ネイティブのパラメータ化されたランナーはあまり良くないので、1 つのメソッドを実行できません。
概要
保護されたメソッド |
Statement
|
methodInvoker(FrameworkMethod method, Object testObj)
|
パブリック コンストラクタ
DeviceParameterizedRunner
public DeviceParameterizedRunner (Class<?> klass)
例外 |
|
org.junit.runners.model.InitializationError |
InitializationError |
|
パブリック メソッド
getAbi
public IAbi getAbi ()
setAbi
public void setAbi (IAbi abi)
public void setTestInformation (TestInformation testInformation)
パラメータ |
testInformation |
TestInformation |
保護されたメソッド
methodInvoker
protected Statement methodInvoker (FrameworkMethod method,
Object testObj)
パラメータ |
method |
FrameworkMethod |
testObj |
Object |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2024-08-20 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
{"lastModified": "\u6700\u7d42\u66f4\u65b0\u65e5 2024-08-20 UTC\u3002"}