LongevityHostRunner

public class LongevityHostRunner
extends Runner implements IAbiReceiver, ITestInformationReceiver, ISetOptionReceiver

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


Runner מבוסס-JUnit4 שמרכיב בדיקות שפועלות עם DeviceJUnit4ClassRunner ל-LongevitySuite, שמריץ בדיקות שוב ושוב כדי לגרום ללחץ ולרנדומליות. צריך לציין את זה בבדיקות באמצעות ההערה @RunWith עם רשימה של SuiteClasses שרוצים לכלול.

מידע נוסף:

סיכום

יוצרים ציבוריים

LongevityHostRunner(Class<?> klass)

שיטות ציבוריות

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

יוצרים ציבוריים

LongevityHostRunner

public LongevityHostRunner (Class<?> klass)

פרמטרים
klass Class

שיטות ציבוריות

getAbi

public IAbi getAbi ()

החזרות
IAbi

getDescription

public Description getDescription ()

החזרות
Description

getTestInformation

public TestInformation getTestInformation ()

החזרות
TestInformation

ראן

public void run (RunNotifier notifier)

פרמטרים
notifier RunNotifier

setAbi

public void setAbi (IAbi abi)

פרמטרים
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

פרמטרים
testInformation TestInformation

testCount

public int testCount ()

החזרות
int