InstrumentationTestDef
class
InstrumentationTestDef
extends Object
java.lang.Object | |
↳ | com.android.tradefed.testtype.testdefs.InstrumentationTestDef |
Container object for a single test def's data
Summary
Public constructors | |
---|---|
InstrumentationTestDef(String testName, String packageName)
Creates a |
Public constructors
InstrumentationTestDef
public InstrumentationTestDef (String testName, String packageName)
Creates a InstrumentationTestDef
.
Parameters | |
---|---|
testName |
String : the unique test name |
packageName |
String : the Android manifest package name of the test.
|