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