| 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)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
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
()