LocalRunDirectionionBuilder

public class LocalRunInstructionBuilder
extends Object

Java.lang.Nesne
🎃 com.android.tradefed.util.LocalRunPromptionBuilder


Testi yerel olarak çalıştırma talimatını derleme yardımcı programı.

Özet

Kamu inşaatçıları

LocalRunInstructionBuilder()

Herkese açık yöntemler

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

Testi yerel olarak ç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ı

LocalRunDirectionionBuilder

public LocalRunInstructionBuilder ()

Herkese açık yöntemler

getCommand

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

Testi yerel olarak ç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: Çalıştırılacak testi belirtmek için TestDescription.

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

İlerlemeler
String String komutunu kullanarak testi yerel olarak çalıştırın.

Talimat

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 oluşturmak için ConfigurationDescriptor.

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

testId TestDescription: Testin TestDescription kadarı çalıştırılacak. Yerel derleme sırasında boş olabilir tüm modül için bir talimat çalıştırın.

İlerlemeler
String Talimatın String.

Talimat

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

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

Parametreler
configDescriptor ConfigurationDescriptor: Talimat oluşturmak için ConfigurationDescriptor.

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

İlerlemeler
String Talimatın String.