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。それ以外の場合は偽。

準備サンドボックス

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