LocalRunInstructionBuilder

public class LocalRunInstructionBuilder
extends Object

JavaScript.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.

קבלת הוראות

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

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

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

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner שישמש לפיתוח ההוראה.

testId TestDescription: TestDescription מהבדיקה להפעלה. יכול להיות שהוא null במהלך בניית קבצים מקומיים להריץ את ההוראה לכל המודול.

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

קבלת הוראות

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

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

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

runner ConfigurationDescriptor.LocalTestRunner: LocalTestRunner שישמש לפיתוח ההוראה.

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