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 ()

วิธีการสาธารณะ

รับคำสั่ง

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 ของการทดสอบที่จะรัน อาจเป็นโมฆะได้เมื่อสร้างคำสั่งการรันในเครื่องสำหรับทั้งโมดูล

การส่งคืน
String String คำสั่ง

รับคำแนะนำ

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

รวบรวมคำสั่งเพื่อรันการทดสอบในเครื่อง

พารามิเตอร์
configDescriptor ConfigurationDescriptor : ConfigurationDescriptor เพื่อสร้างคำสั่งสำหรับ

runner ConfigurationDescriptor.LocalTestRunner : LocalTestRunner ที่จะใช้ในการสร้างคำสั่ง

การส่งคืน
String String คำสั่ง