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(java.lang.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, java.lang.String trace)
          Reports the failure of a individual test case.
 



Copyright © 2008-2011. All Rights Reserved.