SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

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


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

סיכום

‫constructors ציבוריים

SandboxInvocationRunner()

‫methods ציבוריים

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)

‫constructors ציבוריים

SandboxInvocationRunner

public SandboxInvocationRunner ()

‫methods ציבוריים

prepareAndRun

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

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

פרמטרים
info TestInformation

config IConfiguration

listener ITestInvocationListener

החזרות
boolean ‫True אם ההפעלה הצליחה. אחרת, הפלט הוא False.

הקפצת הודעות שגיאה (throw)
Throwable

prepareSandbox

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

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

פרמטרים
info TestInformation

config IConfiguration

listener ITestInvocationListener

הקפצת הודעות שגיאה (throw)
Throwable

runSandbox

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

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

פרמטרים
info TestInformation

config IConfiguration

listener ITestInvocationListener

החזרות
boolean

הקפצת הודעות שגיאה (throw)
Throwable

teardownSandbox

public static void teardownSandbox (IConfiguration config)

פרמטרים
config IConfiguration