Home
last modified time | relevance | path

Searched defs:failure (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DRunNotifierWrapper.java35 public void fireTestFailure(Failure failure) { in fireTestFailure()
43 public void fireTestAssumptionFailed(Failure failure) { in fireTestAssumptionFailed()
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnit4ResultForwarder.java50 public void testFailure(Failure failure) throws Exception { in testFailure()
65 public void testAssumptionFailure(Failure failure) { in testAssumptionFailure()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallAllTestZipAppsSetupTest.java177 final String failure = "INSTALL_PARSE_FAILED_MANIFEST_MALFORMED"; in testInstallFailure() local
199 final String failure = "INSTALL_PARSE_FAILED_MANIFEST_MALFORMED"; in testInstallFailureNoStop() local
DTestAppInstallSetupTest.java246 final String failure = "INSTALL_PARSE_FAILED_MANIFEST_MALFORMED"; in testInstallFailure() local
265 final String failure = "INSTALL_FAILED_UPDATE_INCOMPATIBLE"; in testInstallFailedUpdateIncompatible() local
DAllTestAppsInstallSetupTest.java98 final String failure = "INSTALL_PARSE_FAILED_MANIFEST_MALFORMED"; in testInstallFailure() local
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DICommandResultHandler.java29 public void failure(String errorDetails, FreeDeviceState deviceState, in failure() method
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DDeviceSettingChecker.java117 String failure = in postExecutionCheck() local
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java207 public void testRunFailed(String failure) { in testRunFailed()
/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBrillopadForwarder.java139 String failure = in testEnded() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java141 Throwable failure = new RuntimeException("invoc failure"); in testEvents() local
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java626 String failure = parser.getAttributeValue(NS, MESSAGE_ATTR); in handleTestCaseLevel() local