샌드박스 호출 실행기

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)

공개 생성자

샌드박스 호출 실행기

public SandboxInvocationRunner ()

공개 메서드

준비 및 실행

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

테스트 설정 및 실행

매개변수
info TestInformation

config IConfiguration

listener ITestInvocationListener

반환 값
boolean 호출이 성공하면 true입니다. 그렇지 않으면 false입니다.

준비 샌드박스

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

TerdownSandbox

public static void teardownSandbox (IConfiguration config)

매개변수
config IConfiguration