TestAçıklamalarıDosyası
public
class
TestDescriptionsFile
extends Object
java.lang.Object | |
↳ | com.android.tradefed.result.TestDescriptionsFile |
TestDescription listesini bir test dosyasında sıralandırma ve kaldırma için yardımcı program sınıfı.
Yavaş yükleme yaparak dosya G/Ç'sini önbelleğe almak ve en aza indirmek için tasarlanmıştır.
İletişim dizisi açısından GÜVENLİ DEĞİLDİR.
Özet
Herkese açık kurucular | |
---|---|
TestDescriptionsFile()
Boş bir test açıklaması listesi oluşturun. |
|
TestDescriptionsFile(File file)
Dosya içeriklerinden test açıklaması listesi oluşturun. |
Herkese açık yöntemler | |
---|---|
void
|
add(TestDescription test)
|
void
|
addAll(
|
static
TestDescriptionsFile
|
fromTests(
|
File
|
getFile()
Testlerin test dosyası temsilini döndürür (gerekirse oluşturur). |
|
getTests()
Depolanan testlerin bir kopyasını döndürme (gerekirse test dosyasından derleme). |
void
|
populateTestFile(File testfile)
Belirtilen dosyayı mevcut testlerle doldurur. |
void
|
remove(TestDescription test)
|
int
|
size()
|
Herkese açık kurucular
TestDescriptionsFile
public TestDescriptionsFile ()
Boş bir test açıklaması listesi oluşturun.
TestDescriptionsFile
public TestDescriptionsFile (File file)
Dosya içeriklerinden bir test açıklama listesi oluşturun.
Parametreler | |
---|---|
file |
File |
Herkese açık yöntemler
tüm
public void addAll (test)
Parametreler | |
---|---|
test |
|
fromTests
public static TestDescriptionsFile fromTests (shardTests)
Parametreler | |
---|---|
shardTests |
|
İlerlemeler | |
---|---|
TestDescriptionsFile |
getFile
public File getFile ()
Testlerin test dosyası gösterimini geri verin. Gerekirse projeyi oluşturun.
Testler benzersiz ve sıralanmış olacaktır.
İlerlemeler | |
---|---|
File |
getTests
publicgetTests ()
Depolanan testlerin bir kopyasını gönderin. Gerekirse test dosyasından oluşturun.
İlerlemeler | |
---|---|
|
populateTestFile
public void populateTestFile (File testfile)
Belirtilen dosyayı mevcut testlerle doldurur.
Parametreler | |
---|---|
testfile |
File |
beden
public int size ()
İlerlemeler | |
---|---|
int |