Package com.android.ddmlib.testrunner

Interface Summary
IRemoteAndroidTestRunner Interface for running a Android test command remotely and reporting result to a listener.
ITestRunListener Receives event notifications during instrumentation test runs.
 

Class Summary
InstrumentationResultParser Parses the 'raw output mode' results of an instrumentation test run from shell and informs a ITestRunListener of the results.
RemoteAndroidTestRunner Runs a Android test command remotely and reports results.
TestIdentifier Identifies a parsed instrumentation test.
TestResult Container for a result of a single test.
TestRunResult Holds results from a single test run.
XmlTestRunListener Writes JUnit results to an XML files in a format consistent with Ant's XMLJUnitResultFormatter.
 

Enum Summary
IRemoteAndroidTestRunner.TestSize  
TestResult.TestStatus