Runner długiego czasu życia

public class LongevityHostRunner
extends Runner implements IAbiReceiver, ITestInformationReceiver, ISetOptionReceiver

java.lang.Object
org.junit.runner.Runner
  com.android.tradefed.testtype.junit4.LongevityHostRunner


Oparty na JUnit4 interfejs Runner, który tworzy testy przeprowadzane z użyciem DeviceJUnit4ClassRunner w LongevitySuite – funkcja wielokrotnego przeprowadzania testów zwiększających stres i losowość. Testy powinny należy określić w adnotacji @RunWith z listą właściwości SuiteClasses do uwzględnienia.

Zobacz też:

Podsumowanie

Konstruktory publiczne

LongevityHostRunner(Class<?> klass)

Metody publiczne

IAbi getAbi()
Description getDescription()
TestInformation getTestInformation()
void run(RunNotifier notifier)
void setAbi(IAbi abi)
void setTestInformation(TestInformation testInformation)
int testCount()

Konstruktory publiczne

Runner długiego czasu życia

public LongevityHostRunner (Class<?> klass)

Parametry
klass Class

Metody publiczne

getAbi

public IAbi getAbi ()

Zwroty
IAbi

getDescription

public Description getDescription ()

Zwroty
Description

pobieranie informacji o teście

public TestInformation getTestInformation ()

Zwroty
TestInformation

home run

public void run (RunNotifier notifier)

Parametry
notifier RunNotifier

SetAbi

public void setAbi (IAbi abi)

Parametry
abi IAbi

ustawInformacje o teście

public void setTestInformation (TestInformation testInformation)

Parametry
testInformation TestInformation

Liczba testów

public int testCount ()

Zwroty
int