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

الطرق العامة

أن يتم إعداد أندر تشغيل

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

اضبط الإعدادات ونفِّذ الاختبارات.

المعلمات
info TestInformation

config IConfiguration

listener ITestInvocationListener

المرتجعات
boolean صحيح إذا تم الاستدعاء بنجاح. خطأ في الحالات الأخرى.

إعداد وضع الحماية

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

TerdownSandbox

public static void teardownSandbox (IConfiguration config)

المعلمات
config IConfiguration