샌드박스InvocationRunner

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)

공개 생성자

샌드박스InvocationRunner

public SandboxInvocationRunner ()

공개 메소드

준비 및 실행

public static boolean prepareAndRun (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

설정을 수행하고 테스트를 실행합니다.

매개변수
info TestInformation

config IConfiguration

listener ITestInvocationListener

보고
boolean 호출이 성공하면 참입니다. 그렇지 않으면 거짓입니다.

준비샌드박스

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