SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

java.lang.Object
   ↳ com.android.tradefed.sandbox.SandboxInvocationRunner


מריצים את הבדיקות שמשויכות להפעלה בארגז החול.

סיכום

קונסטרוקטורים גלויים לכולם

SandboxInvocationRunner()

שיטות ציבוריות

static boolean prepareAndRun(TestInformation info, IConfiguration config, ITestInvocationListener listener)

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

static void prepareSandbox(TestInformation info, IConfiguration config, ITestInvocationListener listener)

שלב ההכנה של ארגז החול

static boolean runSandbox(TestInformation info, IConfiguration config, ITestInvocationListener listener)

שלב הביצוע של ארגז החול

static void teardownSandbox(IConfiguration config)

קונסטרוקטורים גלויים לכולם

SandboxInvocationRunner

public SandboxInvocationRunner ()

שיטות ציבוריות

prepareAndRun

public static boolean prepareAndRun (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

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

פרמטרים
info TestInformation

config IConfiguration

listener ITestInvocationListener

החזרות
boolean הערך True אם ההפעלה הסתיימה בהצלחה. אחרת, הערך יהיה false.

prepareSandbox

public static void prepareSandbox (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

שלב ההכנה של ארגז החול

פרמטרים
info TestInformation

config IConfiguration

listener ITestInvocationListener

runSandbox

public static boolean runSandbox (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

שלב הביצוע של ארגז החול

פרמטרים
info TestInformation

config IConfiguration

listener ITestInvocationListener

החזרות
boolean

teardownSandbox

public static void teardownSandbox (IConfiguration config)

פרמטרים
config IConfiguration