public class

AndroidRunnerParams

extends Object
java.lang.Object
   ↳ android.support.test.internal.util.AndroidRunnerParams

Class Overview

Helper class to store frequently passed parameters between the different test runners

Summary

Public Constructors
AndroidRunnerParams(Instrumentation instrumentation, Bundle bundle, boolean skipExecution, long perTestTimeout)
Public Methods
Bundle getBundle()
Instrumentation getInstrumentation()
long getPerTestTimeout()
boolean isSkipExecution()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AndroidRunnerParams (Instrumentation instrumentation, Bundle bundle, boolean skipExecution, long perTestTimeout)

Parameters
instrumentation the Instrumentation to inject into any tests that require it
bundle the Bundle of command line args to inject into any tests that require it
skipExecution whether or not to skip actual test execution
perTestTimeout milliseconds timeout value applied to each test where 0 means no timeout

Public Methods

public Bundle getBundle ()

public Instrumentation getInstrumentation ()

public long getPerTestTimeout ()

public boolean isSkipExecution ()