Uses of Class
com.android.ddmlib.testrunner.ITestRunListener.TestFailure

Packages that use ITestRunListener.TestFailure
com.android.ddmlib.testrunner   
 

Uses of ITestRunListener.TestFailure in com.android.ddmlib.testrunner
 

Methods in com.android.ddmlib.testrunner that return ITestRunListener.TestFailure
static ITestRunListener.TestFailure ITestRunListener.TestFailure.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITestRunListener.TestFailure[] ITestRunListener.TestFailure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.android.ddmlib.testrunner with parameters of type ITestRunListener.TestFailure
 void ITestRunListener.testFailed(ITestRunListener.TestFailure status, TestIdentifier test, String trace)
          Reports the failure of a individual test case.
 



Copyright © 2008-2012. All Rights Reserved.