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
に基づいていますが、ネイティブの引数付きランナーは適切ではなく、単一のメソッドを実行できません。
概要
保護されたメソッド |
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 |