27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main
yerine android-latest-release
kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
TestGroupStatus
public
class
TestGroupStatus
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.cluster.TestGroupStatus
|
Bir test grubunun durumunu depolayan sınıf.
Test grubu, aynı test çalıştırma adı altında raporlanan bir test durumu grubuna karşılık gelir.
Özet
Herkese açık kurucular |
TestGroupStatus(String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime)
|
Herkese açık kurucular
TestGroupStatus
public TestGroupStatus (String name,
int totalTestCount,
int completedTestCount,
int failedTestCount,
int passedTestCount,
boolean isComplete,
long elapsedTime)
Parametreler |
name |
String |
totalTestCount |
int |
completedTestCount |
int |
failedTestCount |
int |
passedTestCount |
int |
isComplete |
boolean |
elapsedTime |
long |
Herkese açık yöntemler
getCompletedTestCount
public int getCompletedTestCount ()
getElapsedTime
public long getElapsedTime ()
getFailedTestCount
public int getFailedTestCount ()
getName
public String getName ()
getPassedTestCount
public int getPassedTestCount ()
getTotalTestCount
public int getTotalTestCount ()
isComplete
public boolean isComplete ()
toJSON
public JSONObject toJSON ()
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-26 UTC."],[],[]]