TestAçıklamalarıDosyası
public
class
TestDescriptionsFile
extends Object
Java.lang.Nesne | |
🎃 | com.android.tradefed.result.TestDescriptionsFile |
TestDescription listesini bir test dosyasında sıralandırma ve kaldırma işlemleri için yardımcı program sınıfı.
Dosya G/Ç'sini geç yükleme ile önbelleğe almak ve en aza indirmek için tasarlanmıştır.
İleti dizisi güvenli DEĞİL.
Özet
Kamu inşaatçıları | |
---|---|
TestDescriptionsFile()
Boş bir test açıklaması listesi oluşturun. |
|
TestDescriptionsFile(File file)
Dosya içeriklerinden bir test açıklama listesi oluşturun. |
Herkese açık yöntemler | |
---|---|
void
|
add(TestDescription test)
|
void
|
addAll(
|
static
TestDescriptionsFile
|
fromTests(
|
File
|
getFile()
Testlerin test dosyası gösterimini geri verin. Gerekirse projeyi oluşturun. |
|
getTests()
Depolanan testlerin bir kopyasını gönderin. Gerekirse test dosyasından oluşturun. |
void
|
populateTestFile(File testfile)
Belirtilen dosyayı geçerli testlerle doldurur. |
void
|
remove(TestDescription test)
|
int
|
size()
|
Kamu inşaatçıları
TestAçıklamalarıDosyası
public TestDescriptionsFile ()
Boş bir test açıklaması listesi oluşturun.
TestAçıklamalarıDosyası
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 |
|
Kaynak:Testler
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ış olur.
İlerlemeler | |
---|---|
File |
getTests
publicgetTests ()
Depolanan testlerin bir kopyasını gönderin. Gerekirse test dosyasından oluşturun.
İlerlemeler | |
---|---|
|
TestDosyasını Doldur
public void populateTestFile (File testfile)
Belirtilen dosyayı geçerli testlerle doldurur.
Parametreler | |
---|---|
testfile |
File |
beden
public int size ()
İlerlemeler | |
---|---|
int |