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 |