SuiteResultRaporlayıcı

public class SuiteResultReporter
extends CollectingTestListener

Java.lang.Nesne
🎃 com.android.tradefed.result.CollectingTestListener
  🎃 com.android.tradefed.result.suite.SuiteResultReporter


Paket çağrısının tamamı için test sonuçlarını toplayın ve nihai sonuçları elde edin.

Özet

İç içe yerleştirilmiş sınıflar

class SuiteResultReporter.ModulePrepTimes

Bir modülün hazırlanması ve sökümü için nesne tutucu. 

Fields'ın oynadığı filmler

public static final String SUITE_REPORTER_SOURCE

Kamu inşaatçıları

SuiteResultReporter()

Herkese açık yöntemler

int getCompleteModules()
long getFailedTests()
getModulesAbi()

Abi: modüllerinin haritasını döndürür.

long getPassedTests()
TestSummary getSummary()
int getTotalModules()
long getTotalTests()
void invocationEnded(long elapsedTime)

void invocationStarted(IInvocationContext context)

void testModuleStarted(IInvocationContext moduleContext)

Korunan yöntemler

long getCurrentTime()
long getEndTime()

Çağrının bitiş zamanını döndürür.

long getStartTime()

Çağrının başlangıç zamanını döndürür.

Fields'ın oynadığı filmler

SUITE_RAPOR_KAYNAĞI

public static final String SUITE_REPORTER_SOURCE

Kamu inşaatçıları

SuiteResultRaporlayıcı

public SuiteResultReporter ()

Herkese açık yöntemler

getTamamlandıModülleri

public int getCompleteModules ()

İlerlemeler
int

getFailedTests

public long getFailedTests ()

İlerlemeler
long

getModulesAbi

public  getModulesAbi ()

Abi: modüllerinin haritasını döndürür.

İlerlemeler

getPassedTests

public long getPassedTests ()

İlerlemeler
long

getSummary

public TestSummary getSummary ()

İlerlemeler
TestSummary

getTotalModules

public int getTotalModules ()

İlerlemeler
int

getTotalTests

public long getTotalTests ()

İlerlemeler
long

çağrı Sona erdi

public void invocationEnded (long elapsedTime)

Parametreler
elapsedTime long

çağrı Başlatıldı

public void invocationStarted (IInvocationContext context)

Parametreler
context IInvocationContext

testModülü Başlatıldı

public void testModuleStarted (IInvocationContext moduleContext)

Parametreler
moduleContext IInvocationContext

Korunan yöntemler

getCurrentTime

protected long getCurrentTime ()

İlerlemeler
long

getEndTime

protected long getEndTime ()

Çağrının bitiş zamanını döndürür.

İlerlemeler
long

Başlangıç Zamanı

protected long getStartTime ()

Çağrının başlangıç zamanını döndürür.

İlerlemeler
long