SandboxInvocationRunner

public class SandboxInvocationRunner
extends Object

java.lang.Object
   ↳ com.android.tradefed.sandbox.SandboxInvocationRunner


Run the tests associated with the invocation in the sandbox.

Summary

Public constructors

SandboxInvocationRunner()

Public methods

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

Do setup and run the tests.

Public constructors

SandboxInvocationRunner

public SandboxInvocationRunner ()

Public methods

prepareAndRun

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

Do setup and run the tests.

Parameters
info TestInformation

config IConfiguration

listener ITestInvocationListener

Returns
boolean True if the invocation is successful. False otherwise.