ПесочницаInvocationRunner

public class SandboxInvocationRunner
extends Object

java.lang.Объект
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)

Публичные конструкторы

ПесочницаInvocationRunner

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

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

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