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