LocalRunInstructionBuilder

public class LocalRunInstructionBuilder
extends Object

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


Testi yerel olarak çalıştırma talimatlarını derleyen yardımcı program.

Özet

Herkese açık kurucular

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ürme.

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.

Herkese açık kurucular

LocalRunInstructionBuilder

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ürme.

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

testId TestDescription: TestDescription çalıştırılacak testi belirtmek için.

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner testin çalıştırılması için kullanılır.

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

getInstruction

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

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

Parametreler
configDescriptor ConfigurationDescriptor: ConfigurationDescriptor için talimat oluşturmak üzere.

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner talimat oluşturmak için kullanılır.

testId TestDescription: Çalıştırılacak testin TestDescription. Modülün tamamı için yerel çalıştırma talimatı oluşturulurken null olabilir.

İlerlemeler
String String talimatında

getInstruction

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

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

Parametreler
configDescriptor ConfigurationDescriptor: ConfigurationDescriptor için talimat oluşturmak üzere.

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner talimat oluşturmak için kullanılır.

İlerlemeler
String String talimatında