mProject = project; mAppPackage = appPackage; mRunner = runner;
return mAppPackage;
return mDevice;
return mLaunch;
return mProject;
return mRunner;
Returns the test class to run.returnfully qualfied test class to run. null if not specified. return mTestClass;
null
return mTestClass;
Returns the test method to run.returntest method to run. null if not specified. return mTestMethod;
return mTestMethod;
Return the package of tests to run.returnfully qualified java package. null if not specified. return mTestPackage;
return mTestPackage;
return mDebugMode;
mDebugMode = debugMode;
mDevice = device;
mLaunch = launch;
Sets the test class to run.paramtestClass fully qualfied test class to run Expected format: x.y.x.testclass mTestClass = testClass;
mTestClass = testClass;
Sets the test method to run. testClass must also be set.paramtestMethod test method to run mTestMethod = testMethod;
mTestMethod = testMethod;
Specify to run all tests within given package.paramtestPackage fully qualified java package mTestPackage = testPackage;
mTestPackage = testPackage;