SandboxInvocationRunner
public class SandboxInvocationRunner
extends Object
java.lang.Object | |
↳ | com.android.tradefed.sandbox.SandboxInvocationRunner |
Chạy thử nghiệm liên quan đến lời gọi trong hộp cát.
Bản tóm tắt
nhà thầu công cộng | |
---|---|
SandboxInvocationRunner () |
Phương thức công khai | |
---|---|
static boolean | prepareAndRun ( TestInformation info, IConfiguration config, ITestInvocationListener listener) Thực hiện thiết lập và chạy thử nghiệm. |
static void | prepareSandbox ( TestInformation info, IConfiguration config, ITestInvocationListener listener) Bước chuẩn bị hộp cát |
static boolean | runSandbox ( TestInformation info, IConfiguration config, ITestInvocationListener listener) Bước thực hiện sandbox |
static void | teardownSandbox ( IConfiguration config) |
nhà thầu công cộng
SandboxInvocationRunner
public SandboxInvocationRunner ()
Phương thức công khai
chuẩn bịAndRun
public static boolean prepareAndRun (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Thực hiện thiết lập và chạy thử nghiệm.
Thông số | |
---|---|
info | TestInformation |
config | IConfiguration |
listener | ITestInvocationListener |
trả lại | |
---|---|
boolean | Đúng nếu lời gọi thành công. Sai nếu không. |
chuẩn bịSandbox
public static void prepareSandbox (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Bước chuẩn bị hộp cát
Thông số | |
---|---|
info | TestInformation |
config | IConfiguration |
listener | ITestInvocationListener |
chạySandbox
public static boolean runSandbox (TestInformation info, IConfiguration config, ITestInvocationListener listener)
Bước thực hiện sandbox
Thông số | |
---|---|
info | TestInformation |
config | IConfiguration |
listener | ITestInvocationListener |
trả lại | |
---|---|
boolean |
phá vỡSandbox
public static void teardownSandbox (IConfiguration config)
Thông số | |
---|---|
config | IConfiguration |