LocalRunInstructionBuilder

public class LocalRunInstructionBuilder
extends Object

java.lang.Object
com.android.tradefed.util.LocalRunInstructionBuilder


Testi yerel olarak çalıştırma talimatını derlemeye yönelik yardımcı program.

Özet

Kamu inşaatçıları

LocalRunInstructionBuilder ()

Genel yöntemler

static String getCommand ( ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner)

Yerel olarak bir test çalıştırmak için bir komut döndürün.

static String getInstruction ( ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId)

Testi yerel olarak çalıştırmak için talimatı derleyin.

static String getInstruction ( ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner)

Testi yerel olarak çalıştırmak için talimatı derleyin.

Kamu inşaatçıları

LocalRunInstructionBuilder

public LocalRunInstructionBuilder ()

Genel yöntemler

komut al

public static String getCommand (ConfigurationDescriptor configDescriptor, 
                TestDescription testId, 
                ConfigurationDescriptor.LocalTestRunner runner)

Yerel olarak bir test çalıştırmak için bir komut döndürün.

Parametreler
configDescriptor ConfigurationDescriptor : Test çalıştırması için ConfigurationDescriptor yapılandırması.

testId TestDescription : Hangi testin çalıştırılacağını belirtmek için TestDescription .

runner ConfigurationDescriptor.LocalTestRunner : Testi çalıştırmak için kullanılacak LocalTestRunner .

İadeler
String Testi yerel olarak çalıştırmak için String komutu.

talimat al

public static String getInstruction (ConfigurationDescriptor configDescriptor, 
                ConfigurationDescriptor.LocalTestRunner runner, 
                TestDescription testId)

Testi yerel olarak çalıştırmak için talimatı derleyin.

Parametreler
configDescriptor ConfigurationDescriptor : Talimatın oluşturulacağı ConfigurationDescriptor .

runner ConfigurationDescriptor.LocalTestRunner : Talimat oluşturmak için kullanılacak LocalTestRunner .

testId TestDescription : Çalıştırılacak testin TestDescription . Tüm modül için yerel çalıştırma talimatı oluşturulurken boş olabilir.

İadeler
String Talimatın String .

talimat al

public static String getInstruction (ConfigurationDescriptor configDescriptor, 
                ConfigurationDescriptor.LocalTestRunner runner)

Testi yerel olarak çalıştırmak için talimatı derleyin.

Parametreler
configDescriptor ConfigurationDescriptor : Talimatın oluşturulacağı ConfigurationDescriptor .

runner ConfigurationDescriptor.LocalTestRunner : Talimat oluşturmak için kullanılacak LocalTestRunner .

İadeler
String Talimatın String .