LocalRunInstructionBuilder

public class LocalRunInstructionBuilder
extends Object

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


स्थानीय तौर पर जांच करने के लिए निर्देश को कंपाइल करने वाली सुविधा.

खास जानकारी

पब्लिक कंस्ट्रक्टर

LocalRunInstructionBuilder()

सार्वजनिक तरीके

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

स्थानीय तौर पर टेस्ट चलाने के लिए कमांड दिखाता है.

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

स्थानीय तौर पर टेस्ट चलाने के लिए, निर्देश को कॉम्पाइल करें.

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

स्थानीय तौर पर टेस्ट चलाने के लिए, निर्देश को कॉम्पाइल करें.

पब्लिक कंस्ट्रक्टर

LocalRunInstructionBuilder

public LocalRunInstructionBuilder ()

सार्वजनिक तरीके

getCommand

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

स्थानीय तौर पर टेस्ट चलाने के लिए कमांड दिखाता है.

पैरामीटर
configDescriptor ConfigurationDescriptor: ConfigurationDescriptor टेस्ट रन के लिए कॉन्फ़िगरेशन.

testId TestDescription: TestDescription यह बताने के लिए कि कौनसा टेस्ट चलाना है.

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner का इस्तेमाल, जांच करने के लिए किया जाता है.

रिटर्न
String String कमांड का इस्तेमाल करके, जांच को स्थानीय तौर पर चलाया जा सकता है.

getInstruction

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

स्थानीय तौर पर टेस्ट चलाने के लिए, निर्देश को कॉम्पाइल करें.

पैरामीटर
configDescriptor ConfigurationDescriptor: ConfigurationDescriptor के लिए निर्देश बनाने के लिए.

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner का इस्तेमाल निर्देश बनाने के लिए किया जाता है.

testId TestDescription: TestDescription की जांच करें. पूरे मॉड्यूल के लिए, स्थानीय प्रोसेस को शुरू करने का निर्देश बनाते समय, यह वैल्यू शून्य हो सकती है.

रिटर्न
String String पर जाएं.

getInstruction

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

स्थानीय तौर पर टेस्ट चलाने के लिए, निर्देश को कॉम्पाइल करें.

पैरामीटर
configDescriptor ConfigurationDescriptor: ConfigurationDescriptor के लिए निर्देश बनाने के लिए.

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner का इस्तेमाल निर्देश बनाने के लिए किया जाता है.

रिटर्न
String String पर जाएं.