DeviceParameterizedRunner

public class DeviceParameterizedRunner
extends JUnitParamsRunner implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.Nesne
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


Ana bilgisayar tarafından yönlendirilen parametreli testler için JUnit4 stili parametreli koşucu.

Bu koşucu JUnitParamsRunner dayanmaktadır ve JUnit4 yerel Parameterized değil, ancak yerel parametreli koşucu gerçekten iyi değil ve tek bir yöntemin çalıştırılmasına izin vermiyor.

Ayrıca bakınız:

Özet

Kamu inşaatçıları

DeviceParameterizedRunner (Class<?> klass)

Genel yöntemler

IAbi getAbi ()
TestInformation getTestInformation ()
void setAbi ( IAbi abi)
void setTestInformation ( TestInformation testInformation)

Korumalı yöntemler

Statement methodInvoker (FrameworkMethod method, Object testObj)

Kamu inşaatçıları

DeviceParameterizedRunner

public DeviceParameterizedRunner (Class<?> klass)

atar
InitializationError

Genel yöntemler

getAbi

public IAbi getAbi ()

İadeler
IAbi

getTestInformation

public TestInformation getTestInformation ()

İadeler
TestInformation

setAbi

public void setAbi (IAbi abi)

parametreler
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

parametreler
testInformation TestInformation

Korumalı yöntemler

methodInvoker

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

parametreler
method FrameworkMethod

testObj Object

İadeler
Statement