Uruchamiaj z parametrami urządzenia

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.DeviceParametrizedRunner


Uruchamianie z parametrami w stylu JUnit4 na potrzeby testów z parametrami skonfigurowanymi po stronie hosta.

Ten runner jest oparty na języku JUnitParamsRunner, a nie na natywnym środowisku JUnit4 Parameterized ale natywny blok uruchamiający z parametrami nie jest dobry i nie pozwala na uruchomienie jednej metody.

Zobacz też:

Podsumowanie

Konstruktory publiczne

DeviceParameterizedRunner(Class<?> klass)

Metody publiczne

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

Metody chronione

Statement methodInvoker(FrameworkMethod method, Object testObj)

Konstruktory publiczne

Uruchamiaj z parametrami urządzenia

public DeviceParameterizedRunner (Class<?> klass)

Rzuty
org.junit.runners.model.Zdarzenie inicjujące
InitializationError

Metody publiczne

getAbi

public IAbi getAbi ()

Zwroty
IAbi

pobieranie informacji o teście

public TestInformation getTestInformation ()

Zwroty
TestInformation

SetAbi

public void setAbi (IAbi abi)

Parametry
abi IAbi

ustawInformacje o teście

public void setTestInformation (TestInformation testInformation)

Parametry
testInformation TestInformation

Metody chronione

Wywołujący metody

protected Statement methodInvoker (FrameworkMethod method, 
                Object testObj)

Parametry
method FrameworkMethod

testObj Object

Zwroty
Statement