ПесочницаInvoctionRunner

public class SandboxInvocationRunner
extends Object

java.lang.Объект
com.android.tradefed.sandbox.SandboxInvoctionRunner


Запустите тесты, связанные с вызовом, в песочнице.

Краткое содержание

Общественные конструкторы

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)

Общественные конструкторы

ПесочницаInvoctionRunner

public SandboxInvocationRunner ()

Публичные методы

подготовитьAndRun

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

Выполните настройку и запустите тесты.

Параметры
info TestInformation

config IConfiguration

listener ITestInvocationListener

Возврат
boolean True, если вызов успешен. В противном случае неверно.

подготовитьПесочница

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

Этап подготовки песочницы

Параметры
info TestInformation

config IConfiguration

listener ITestInvocationListener

запуститьПесочница

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

Этап выполнения песочницы

Параметры
info TestInformation

config IConfiguration

listener ITestInvocationListener

Возврат
boolean

сносПесочница

public static void teardownSandbox (IConfiguration config)

Параметры
config IConfiguration