GTestSonuç Ayrıştırıcı
public
class
GTestResultParser
extends MultiLineReceiver
Java.lang.Nesne | ||
🎃 | com.android.ddmlib.MultiLineReceiver | |
🎃 | com.android.tradefed.testtype.GTestResultParser |
"Ham çıkış modu"nu ayrıştırır ve kabuktan çalıştırılan GTest kullanan yerel testlerin sonuçlarını ITestInvocationListener.
Beklenen çıkış biçimi:
[==========] Running 15 tests from 1 test case. [----------] Global test environment set-up. [----------] 15 tests from MessageTest [ RUN ] MessageTest.DefaultConstructor [ OK ] MessageTest.DefaultConstructor (1 ms) [ RUN ] MessageTest.CopyConstructor external/gtest/test/gtest-message_test.cc:67: Failure Value of: 5 Expected: 2 external/gtest/test/gtest-message_test.cc:68: Failure Value of: 1 == 1 Actual: true Expected: false [ FAILED ] MessageTest.CopyConstructor (2 ms) ... [ RUN ] MessageTest.DoesNotTakeUpMuchStackSpace [ OK ] MessageTest.DoesNotTakeUpMuchStackSpace (0 ms) [----------] 15 tests from MessageTest (26 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test case ran. (26 ms total) [ PASSED ] 6 tests. [ FAILED ] 9 tests, listed below: [ FAILED ] MessageTest.CopyConstructor [ FAILED ] MessageTest.ConstructsFromCString [ FAILED ] MessageTest.StreamsCString [ FAILED ] MessageTest.StreamsNullCString [ FAILED ] MessageTest.StreamsString [ FAILED ] MessageTest.StreamsStringWithEmbeddedNUL [ FAILED ] MessageTest.StreamsNULChar [ FAILED ] MessageTest.StreamsInt [ FAILED ] MessageTest.StreamsBasicIoManip 9 FAILED TESTS.
burada, belirli etkinlikleri belirtmek için aşağıdaki etiketler kullanılmaktadır:
[==========]: the first occurrence indicates a new run started, including the number of tests to be expected in this run [ RUN ]: indicates a new test has started to run; a series of zero or more lines may follow a test start, and will be captured in case of a test failure or error [ OK ]: the preceding test has completed successfully, optionally including the time it took to run (in ms) [ FAILED ]: the preceding test has failed, optionally including the time it took to run (in ms) [==========]: the preceding test run has completed, optionally including the time it took to run (in ms). Diğer tüm satırlar yoksayılır.
Özet
Kamu inşaatçıları | |
---|---|
GTestResultParser(String testRunName,
GTestResultParser'ı oluşturur. |
Herkese açık yöntemler | |
---|---|
void
|
cancel()
Test çalıştırmasının iptal edilmesini ister. |
void
|
done()
Adb oturumu tamamlandığında ebeveyn tarafından çağrıldı. |
|
getFailedTests()
Geçerli test çalıştırması sırasında başarısız olan testlerin listesini döndürür. |
boolean
|
getPrependFileName()
|
boolean
|
isCancelled()
Test çalıştırması iptal edilirse true değerini döndürür. |
boolean
|
isTestRunIncomplete()
Test çalıştırmasının eksik olup olmadığı. |
void
|
processNewLines(String[] lines)
|
void
|
setPrependFileName(boolean prepend)
|
Korunan yöntemler | |
---|---|
boolean
|
isUnexpectedTestFound()
Birim testi için kullanıma sunuldu. |
Kamu inşaatçıları
GTestSonuç Ayrıştırıcı
public GTestResultParser (String testRunName,listeners)
GTestResultParser'ı oluşturur.
Parametreler | |
---|---|
testRunName |
String : ITestLifeCycleReceiver.testRunStarted(String, int) adlı kullanıcıya sağlanacak test çalıştırması adı |
listeners |
: Testler yürütüldüğünde test sonuçları hakkında bilgilendirilirsiniz |
Herkese açık yöntemler
iptal
public void cancel ()
Test çalıştırmasının iptal edilmesini ister.
bitti
public void done ()
Adb oturumu tamamlandığında ebeveyn tarafından çağrıldı.
getFailedTests
publicgetFailedTests ()
Geçerli test çalıştırması sırasında başarısız olan testlerin listesini döndürür.
İlerlemeler | |
---|---|
|
getPrependFileName
public boolean getPrependFileName ()
İlerlemeler | |
---|---|
boolean |
İptal Edildi
public boolean isCancelled ()
Test çalıştırması iptal edilirse true değerini döndürür.
İlerlemeler | |
---|---|
boolean |
Şu kaynakları da inceleyin:
TestRunIncomplete
public boolean isTestRunIncomplete ()
Test çalıştırmasının eksik olup olmadığı.
İlerlemeler | |
---|---|
boolean |
test çalıştırması, ayrıştırma sorunları veya kilitlenmeler nedeniyle tamamlanmamışsa true değerini alır. |
transactionNewLines
public void processNewLines (String[] lines)
Parametreler | |
---|---|
lines |
String |
setPrependFileName
public void setPrependFileName (boolean prepend)
Parametreler | |
---|---|
prepend |
boolean |
Korunan yöntemler
BeklenmedikTestBulunamadı
protected boolean isUnexpectedTestFound ()
Birim testi için kullanıma sunuldu.
İlerlemeler | |
---|---|
boolean |