TestFile Reporter'ı Geçme
public
class
PassingTestFileReporter
extends TestResultListener
implements
ITestInvocationListener
Java.lang.Nesne | ||
🎃 | com.android.tradefed.result.TestResultListener | |
🎃 | com.android.tradefed.result.PassingTestFilereporter |
Geçme test durumları listesini bir test dosyasına kaydeden bir ITestInvocationListener
Özet
Kamu inşaatçıları | |
---|---|
PassingTestFileReporter()
|
Herkese açık yöntemler | |
---|---|
void
|
invocationEnded(long elapsedTime)
Çağrının başarılı bir şekilde veya bir hata nedeniyle sonlandırıldığını bildirir koşul. |
void
|
invocationStarted(IInvocationContext context)
Test çağrısının başlangıcını bildirir. |
void
|
testResult(TestDescription test, TestResult result)
|
Kamu inşaatçıları
TestFile Reporter'ı Geçme
public PassingTestFileReporter ()
Herkese açık yöntemler
çağrı Sona erdi
public void invocationEnded (long elapsedTime)
Çağrının başarılı bir şekilde veya bir hata nedeniyle sonlandırıldığını bildirir koşul.
TradeFederation çerçevesi tarafından otomatik olarak çağrılacaktır.
Parametreler | |
---|---|
elapsedTime |
long : Çağrı için geçen süre (ms) |
çağrı Başlatıldı
public void invocationStarted (IInvocationContext context)
Test çağrısının başlangıcını bildirir.
TradeFederation çerçevesi tarafından otomatik olarak çağrılacaktır. Bildirenler, birden fazla cihaz raporlamasını desteklemek için bu yöntemi kullanabilirsiniz.
Parametreler | |
---|---|
context |
IInvocationContext : çağrıyla ilgili bilgiler |
testSonucu
public void testResult (TestDescription test, TestResult result)
Parametreler | |
---|---|
test |
TestDescription |
result |
TestResult |