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 של הבדיקה להרצה. זה יכול להיות null בעת בניית הוראת הפעלה מקומית עבור כל המודול.

החזרות
String String ההוראה.

getInstruction

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

הרכיב את ההוראה להפעלת בדיקה מקומית.

פרמטרים
configDescriptor ConfigurationDescriptor : ConfigurationDescriptor ליצירת הוראות עבור.

runner ConfigurationDescriptor.LocalTestRunner : LocalTestRunner שישמש לבניית הוראות.

החזרות
String String ההוראה.