LocalRunInstructionBuilder

public class LocalRunInstructionBuilder
extends Object

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


Testi yerel olarak çalıştırmak için talimatı derlemek için 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 yönergeyi derleyin.

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

Testi yerel olarak çalıştırmak için yönergeyi derleyin.

kamu inşaatçılar

LocalRunInstructionBuilder

public LocalRunInstructionBuilder ()

Genel yöntemler

komut almak

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 ERROR(/String) komutu.

talimat al

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

Testi yerel olarak çalıştırmak için yönergeyi derleyin.

parametreler
configDescriptor ConfigurationDescriptor : için talimat oluşturmak için 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 ERROR(/String) komutu.

talimat al

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

Testi yerel olarak çalıştırmak için yönergeyi derleyin.

parametreler
configDescriptor ConfigurationDescriptor : için talimat oluşturmak için ConfigurationDescriptor .

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

İadeler
String ERROR(/String) komutu.